29 #include <nlohmann/json.hpp>
62 using Json = nlohmann::json;
70 using JsonPointer = nlohmann::json_pointer<std::string>;
104 template <
typename InputType>
nlohmann::json Json
Definition: fable_fwd.hpp:35
nlohmann::json_pointer< std::string > JsonPointer
Definition: fable_fwd.hpp:36
bool NLOHMANN_JSON_ALLOW_COMMENTS
Definition: json.cpp:38
bool NLOHMANN_JSON_USE_EXCEPTIONS
Definition: json.cpp:37
nlohmann::json::value_t JsonType
Definition: json.hpp:78
Json parse_json(InputType &&input)
Definition: json.hpp:105