How could I find parse_error and is_valid functions? #3742
Unanswered
barzan-hayati
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You can find the documentation at https://json.nlohmann.me/.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
i have install via
and second one:
|
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
-
I want to check validity of read JSON and check parse error, so I need to use parse_error and is_valid functions. How could I call them? Should I include specific headers? Or in which classes?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions