5#include "nlohmann/json_fwd.hpp"
9template<
typename ValueType>
10using json = nlohmann::basic_json<std::map, std::vector, std::string, bool, int64_t, uint64_t, ValueType>;
17template<
typename ValueType>
26template<
typename ValueType>
bool isJsonNumberExportAccurate(storm::json< ValueType > const &j)
nlohmann::basic_json< std::map, std::vector, std::string, bool, int64_t, uint64_t, ValueType > json
std::string dumpJson(storm::json< ValueType > const &j, bool compact)
Dumps the given json object, producing a String.