Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
(as suggested by Mike Goodwin in jackson-dev list):
"I have been patching jackson so that it can handle comments in the processor. I realise this is not part of the json specification but is useful to me. Is this useful to anyone, or to the project?"
Ok: I added new feature (JsonParser.Feature.ALLOW_COMMENTS), disabled by default (as this is a non-standard extension), enabling of which allows for using c and c++ style comments (/* ... */, // ....,
respectively).
Will be included in 0.9.4 release.