You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Not able to parse nested json buffer using rapidjson
2.
3.
What is the expected output? What do you see instead?
Trying to parse nested json buffer but unable to parse and IsObjet() crashed.
What version of the product are you using? On what operating system?
rapidjson-0.11
Please provide any additional information below.
Want to parse following json buffer
[
{
"A":
[
{
"X":1,
"Y":"Data"
}
],
"B":10,
"C":10,
"D":10,
"E":20005
}
]
and read the each field and its value
Original issue reported on code.google.com by amitkul111 on 15 Jan 2015 at 11:33
The text file seems not able to pass compilation. the datastring is different
from the one you describe.
By the way, please note that the repository has been moved to
https://github.com/miloyip/rapidjson and there will be more people from
community helping around.
Original comment by milo...@gmail.com on 16 Jan 2015 at 5:06
Original issue reported on code.google.com by
amitkul111
on 15 Jan 2015 at 11:33Attachments:
The text was updated successfully, but these errors were encountered: