OpenEnroth
73e68f7
Loading...
Searching...
No Matches
src
Library
Json
Macros
|
Typedefs
JsonFwd.h File Reference
#include <nlohmann/json_fwd.hpp>
Macros
#define
MM_DECLARE_JSON_SERIALIZATION_FUNCTIONS
(TYPE)
Typedefs
using
Json
= nlohmann::json
Macro Definition Documentation
◆
MM_DECLARE_JSON_SERIALIZATION_FUNCTIONS
#define MM_DECLARE_JSON_SERIALIZATION_FUNCTIONS
(
TYPE
)
Value:
void
to_json(
Json
&json,
const
TYPE &value); \
void
from_json(
const
Json
&j, TYPE &value);
Json
nlohmann::json Json
Definition:
JsonFwd.h:5
Parameters
TYPE
Type to forward-declare json serialization functions for.
Typedef Documentation
◆
Json
using
Json
= nlohmann::json
Generated by
1.9.5