Closed GoogleCodeExporter closed 8 years ago
This isn't a defect - it should be marked as a task. If there was a way to set
this properly, I missed it. Sorry about that.
Original comment by ryan.den...@discgogo.com
on 28 Jan 2013 at 10:55
Original comment by milo...@gmail.com
on 5 Feb 2013 at 10:59
Hi,
Thank you for the code snippet. This really helps. I do have a question,
regarding
newDoc->AddMember("Parameters", newValue, newDoc->GetAllocator());
What is newValue? what is it being set to?
Thank you
Original comment by nkan...@gmail.com
on 23 Apr 2014 at 12:58
My error in forgetting that. It is used inside of rapidjson but not used in our
code when adding an object. Add the definition when defining the new document
and it should be good to go.
// Create your new document
Document *newDoc = new Document;
Value newValue; // Add this line
Original comment by ryan.den...@discgogo.com
on 26 Apr 2014 at 6:40
I hope the new documentation and examples (in progress) can help users to learn
how to use RapidJSON.
http://miloyip.github.io/rapidjson/md_doc_tutorial.html
http://miloyip.github.io/rapidjson/md_doc_dom.html
https://github.com/miloyip/rapidjson/tree/master/example/simpledom
https://github.com/miloyip/rapidjson/tree/master/example/tutorial
If you have some ideas on the documentation and/or examples, please tell us.
You may create an issue in https://github.com/miloyip/rapidjson/issues
Thank you.
Original comment by milo...@gmail.com
on 13 Jul 2014 at 4:34
Original issue reported on code.google.com by
ryan.den...@discgogo.com
on 28 Jan 2013 at 10:53