Hi Everyone,
Is there any way to parse multiple root elements present in single json file. I am stuck here .
http://rapidjson.org/md_doc_dom.html#Parsing
kParseStopWhenDoneFlag: After parsing a complete JSON root from stream, stop further processing the rest of stream. When this flag is used, parser will not generate聽kParseErrorDocumentRootNotSingular聽error. Using this flag for parsing multiple JSONs in the same stream.
Thank you !! It worked
Most helpful comment
http://rapidjson.org/md_doc_dom.html#Parsing