-
-
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
Add a function that checks for valid json in a C++ string #3245
Comments
This exists: https://json.nlohmann.me/api/basic_json/accept/ |
i didnt see any C++ strings |
The example shows how it can be used: https://json.nlohmann.me/api/basic_json/accept/#examples |
In The Example What is The Type of the invalid text , also can I put a string in that auto variable |
Yes, a |
alright thanks |
I will overwork the documentation and make it explicit that |
@beemibrahim Would have been https://github.com/nlohmann/json/pull/3246/files easier to understand? |
yes |
I want you to add a feature , that checks C++ strings for valid JSON . So that I don't get errors .
The text was updated successfully, but these errors were encountered: