Id like to be able to use the relaxed json syntax optionally allowed in rapidjson-1.1. (See http://rapidjson.org/md_doc_dom.html)
Specifically
kParseTrailingCommasFlag
kParseCommentsFlag
Im not worried about roundtrip read/write, but at this point just for read.
I think this just needs a blessed parameter exposed to allow for these to be enabled at the C lib.
Id like to be able to use the relaxed json syntax optionally allowed in rapidjson-1.1. (See http://rapidjson.org/md_doc_dom.html)
Specifically
kParseTrailingCommasFlag
kParseCommentsFlag
Im not worried about roundtrip read/write, but at this point just for read.
I think this just needs a blessed parameter exposed to allow for these to be enabled at the C lib.