IgnoreComments property
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The IgnoreComments property
when set to TRUE, causes the parser to ignore comments in JSON strings. Comments
appear as either C style (/*...*/) or C++ style
(//...). Setting this property to FALSE causes
the parser to fail when it encounters a JSON comment.
Data type: BOOLEAN
Access: PUBLIC
Applies to: Progress.Json.JsonParser class
Note: While setting this property
to TRUE allows comments to be parsed, the
Progress.Json.ObjectModel package
has no support for writing JSON comments.