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