

Go to the source code of this file.
Classes | |
| class | hayai::JsonOutputter |
| JSON outputter. More... | |
Namespaces | |
| namespace | hayai |
Defines | |
| #define | JSON_ARRAY_BEGIN "[" |
| #define | JSON_ARRAY_END "]" |
| #define | JSON_FALSE "false" |
| #define | JSON_NAME_SEPARATOR ":" |
| #define | JSON_OBJECT_BEGIN "{" |
| #define | JSON_OBJECT_END "}" |
| #define | JSON_STRING_BEGIN "\"" |
| #define | JSON_STRING_END "\"" |
| #define | JSON_TRUE "true" |
| #define | JSON_VALUE_SEPARATOR "," |
| #define JSON_ARRAY_BEGIN "[" |
Definition at line 11 of file hayai_json_outputter.hpp.
| #define JSON_ARRAY_END "]" |
Definition at line 12 of file hayai_json_outputter.hpp.
| #define JSON_FALSE "false" |
Definition at line 18 of file hayai_json_outputter.hpp.
| #define JSON_NAME_SEPARATOR ":" |
Definition at line 15 of file hayai_json_outputter.hpp.
| #define JSON_OBJECT_BEGIN "{" |
Definition at line 9 of file hayai_json_outputter.hpp.
| #define JSON_OBJECT_END "}" |
Definition at line 10 of file hayai_json_outputter.hpp.
| #define JSON_STRING_BEGIN "\"" |
Definition at line 13 of file hayai_json_outputter.hpp.
| #define JSON_STRING_END "\"" |
Definition at line 14 of file hayai_json_outputter.hpp.
| #define JSON_TRUE "true" |
Definition at line 17 of file hayai_json_outputter.hpp.
| #define JSON_VALUE_SEPARATOR "," |
Definition at line 16 of file hayai_json_outputter.hpp.