You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading a JSON file from given path. The pretty version created always the first standalone attributes/members of the JSON are moved to the end. for human readability, and in my project, it is very important that every thing be at its original location.
Which compiler and operating system are you using? Is it a supported compiler?
I am using the single_include version downloaded the json.hpp and put it as a header in the project directory and adding it to the source code by #include "json.hpp" and afterwards, using json=nlohmann::json;
no compilation error.
The text was updated successfully, but these errors were encountered:
for human readability, and in my project, it is very important that every thing be at its original location.
What is the expected behavior?
And what is the actual behavior instead?
Which compiler and operating system are you using? Is it a supported compiler?
I am using the single_include version downloaded the
json.hpp
and put it as a header in the project directory and adding it to the source code by#include "json.hpp"
and afterwards,using json=nlohmann::json;
no compilation error.
The text was updated successfully, but these errors were encountered: