-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
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
Json that I am trying to parse, and I am lost Structure Array below top level #1293
Comments
Hello! If you want to read the entire array, you can use |
I thank you for your response. So I can not use the iter.value.get, because that is not available at that level |
Thank you thank you |
No problem! |
@steven5clu884 Do you need further assistance or can we close the issue? |
Yes I am fully pleased with what I have written. As i said in my comments an example of this type would be nice for others to use, and look at. |
First thank you for contributing this jason.hpp it is my hope and desire to become very familiar with the utilization of this code. I have spent nearly 6 hourse trying to figure out how to get the second level parsing to work, and have had no luck.
So I am asking for help.
First the json
I have from your example been able to read the SU_events using the following function
In my case it.key() is SU_events, and it.Value contains the entire array of values that should belong in the array
I have also defined the following in my cpp file
So my question is how I can parse, or read the array contents of the it.value ??
My deepest respect, and my best wishes to you and your loved ones
The text was updated successfully, but these errors were encountered: