ParseOptions
Options to customize JSON input parsing.
Properties
Link copied to clipboard
Allow or disallow duplicated keys in objects.
Link copied to clipboard
Allow quotes around strings to be single quotes (JSON5).
Link copied to clipboard
Ignore comments in the JSON input (CJSON, JSON5).
Link copied to clipboard
Ignore trailing commas after the last item in objects and arrays in the JSON input (JSON5).