ponder
3.2
C++ reflection library
|
Write to an archive that uses JSON format as storage. More...
#include <rapidjson.hpp>
Classes | |
struct | JsonNode |
Public Types | |
using | Node = JsonNode * |
Public Member Functions | |
RapidJsonArchiveWriter (ARCHIVE &archive) | |
Node | beginChild (Node parent, const std::string &name) |
void | endChild (Node parent, Node child) |
void | setProperty (Node node, const std::string &name, const std::string &text) |
Node | beginArray (Node parent, const std::string &name) |
void | endArray (Node, Node) |
detail::string_view | getValue (Node node) |
bool | isValid (Node node) |
Write to an archive that uses JSON format as storage.
The RapidJSON library is used for JSON parsing and formatting.