10#define PT_JSON_VERSION_MAJOR PT_VERSION_MAJOR
11#define PT_JSON_VERSION_MINOR PT_VERSION_MINOR
12#define PT_JSON_VERSION_REVISION PT_VERSION_REVISION
13#define PT_JSON_VERSION_PRERELEASE PT_VERSION_PRERELEASE
15#if defined(PT_JSON_API_EXPORT)
16# define PT_JSON_API PT_EXPORT
18# define PT_JSON_API PT_IMPORT
Reads JSON as a Stream of Nodes.
Definition JsonReader.h:51
JSON document node.
Definition Node.h:52
Read and write JSON ducuments.
Core module.
Definition Allocator.h:33