-
Hey, I have been looking through the docs for 10 minutes now. I can't find how to open a JSON file and JSON it.
I need to open it and then loop through all the values. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Got it working |
Beta Was this translation helpful? Give feedback.
-
Parsing is described in https://github.com/nlohmann/json#serialization--deserialization - you can pass Iterating is described in https://github.com/nlohmann/json#stl-like-access - JSON objects behave like |
Beta Was this translation helpful? Give feedback.
Got it working