Replies: 1 comment 1 reply
-
I tried to add from/to json serializer,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
I have objects like this
this means
that I want to convert to/from json
in the doc there is only simple exemple (just key/value) but no "recursive" objects or vector/map based serialization/desieralization....
for example there is https://json.nlohmann.me/api/macros/nlohmann_define_type_intrusive/#examples
but it's only basic type, strings, int.... no object type....
I tried some stuff, but until couldn't manage to make it works...
can you provide me some example with std::map, std::vector... or more advanced objects?
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions