We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
If there is a way to get the root array in this code?
{ book = { author = "Me", title = "JSON" } }
Thanks!
The text was updated successfully, but these errors were encountered:
I am not sure of your example, but generally speaking, picojson::value does not retain a pointer to the parent node.
Sorry, something went wrong.
Can you add this to your feature project, please?
I am sorry but no, since there is nothing like a document object in picojson. We only have values.
You should try to retain the root object within your code, if that's required.
No branches or pull requests
Hello!
If there is a way to get the root array in this code?
Thanks!
The text was updated successfully, but these errors were encountered: