| Storm 1.11.1.1
    A Modern Probabilistic Model Checker | 
#include <map>#include <string>#include <vector>#include "nlohmann/json_fwd.hpp"

Go to the source code of this file.
| Namespaces | |
| namespace | storm | 
| LabParser.cpp. | |
| Typedefs | |
| template<typename ValueType > | |
| using | storm::json = nlohmann::basic_json< std::map, std::vector, std::string, bool, int64_t, uint64_t, ValueType > | 
| Functions | |
| template<typename ValueType > | |
| bool | storm::isJsonNumberExportAccurate (storm::json< ValueType > const &j) | 
| template<typename ValueType > | |
| std::string | storm::dumpJson (storm::json< ValueType > const &j, bool compact=false) | 
| Dumps the given json object, producing a String. | |