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:
 Access:
 Applies to:
 Note: While setting this property to TRUE allows comments to be parsed, the Progress.Json.ObjectModel package has no support for writing JSON comments.
| © 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |