nlohmann::json serializer for boost::filesystem::path
More...
#include <utils.h>
|
static void | to_json (json &j, const boost::filesystem::path &value) |
|
static void | from_json (const json &j, boost::filesystem::path &value) |
|
nlohmann::json serializer for boost::filesystem::path
Definition at line 15 of file utils.h.
◆ from_json()
static void nlohmann::adl_serializer< boost::filesystem::path >::from_json |
( |
const json & |
j, |
|
|
boost::filesystem::path & |
value |
|
) |
| |
|
inlinestatic |
◆ to_json()
static void nlohmann::adl_serializer< boost::filesystem::path >::to_json |
( |
json & |
j, |
|
|
const boost::filesystem::path & |
value |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: