Parse type std::unordered_map is throwing error #2877
Answered
by
paulocoutinhox
paulocoutinhox
asked this question in
Q&A
-
Hi, How i can parser this type:
My struct:
And the parser code:
When i debug the code stop here:
And the error message is:
And the json:
What im doing wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
paulocoutinhox
Jul 16, 2021
Replies: 1 comment
-
I found problem: All need be string:
And not:
Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nlohmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found problem:
All need be string:
And not:
Thanks.