Flow123d  release_2.2.0-914-gf1a3a4f
Classes | Typedefs
nlohmann Namespace Reference

namespace for Niels Lohmann More...

Classes

class  basic_json
 a class to store JSON values More...
 

Typedefs

using json = basic_json<>
 default JSON class More...
 

Detailed Description

namespace for Niels Lohmann

See also
https://github.com/nlohmann
Since
version 1.0.0

Typedef Documentation

using nlohmann::json = typedef basic_json<>

default JSON class

This type is the default specialization of the basic_json class which uses the standard template types.

Since
version 1.0.0

Definition at line 8671 of file json.hpp.