ppap4lmp  0.7.2
json.h File Reference

This file includes nlohmann/json and defines an alias for a JSON class. More...

#include <nlohmann/json.hpp>
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using Json = nlohmann::json
 Json is an alias for nlohmann::json. More...
 

Detailed Description

This file includes nlohmann/json and defines an alias for a JSON class.

Author
Takayuki Kobayashi
Date
2018/09/09

Definition in file json.h.

Typedef Documentation

◆ Json

using Json = nlohmann::json

Json is an alias for nlohmann::json.

For more details, please see the repository and documents of JSON for Modern C++*.

Definition at line 22 of file json.h.