We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe what you want to achieve. I want deserialize string to json object
Describe what you tried. json j = "{}"_json; //works fine
json j = "{}"_json; //works fine
Describe which system (OS, compiler) you are using. Windows 10, visual studio 2019
Describe which version of the library you are using (release version, develop branch). nlohmann-json 3.7.0 (x86)
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1731.
Sorry, something went wrong.
No branches or pull requests
Describe what you want to achieve.
I want deserialize string to json object
Describe what you tried.
json j = "{}"_json; //works fine
Describe which system (OS, compiler) you are using.
Windows 10, visual studio 2019
Describe which version of the library you are using (release version, develop branch).
nlohmann-json 3.7.0 (x86)
The text was updated successfully, but these errors were encountered: