Open cassiorenan opened 4 years ago
JSON5 looks good. Can you recommend a C/C++ parser implementation with SAX? I use rapidjson which supports just comments.
i want to use comments.
thx.
if i use comments and format it , then comments lost
Yes, Rapidjson does not supports comments fully. It removes them while formatting and this is due to SAX parsing. SAX parser just ignores the comments.
Other parsers does not suppots SAX parsing as this moment. Will explore more what can be done.
Json5 is a really nice superset of JSON. Any plans on supporting it?