29 #include <nlohmann/json.hpp>
62 using Json = nlohmann::json;
70 using JsonPointer = nlohmann::json_pointer<std::string>;
78 using JsonType = nlohmann::detail::value_t;
95 std::string to_string(JsonType);
104 template <
typename InputType>
nlohmann::json Json
Definition: fable_fwd.hpp:35
nlohmann::detail::value_t JsonType
Definition: fable_fwd.hpp:37
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
Json parse_json(InputType &&input)
Definition: json.hpp:105