#include "wx/wxprec.h"#include <wx/stream.h>#include <wx/string.h>#include "json_defs.h"#include "jsonval.h"Go to the source code of this file.
Classes | |
| class | wxJSONWriter |
| The JSON document writer. More... | |
Defines | |
| #define | _WX_JSONWRITER_H |
Enumerations | |
| enum | { wxJSONWRITER_NONE = 0, wxJSONWRITER_STYLED = 1, wxJSONWRITER_WRITE_COMMENTS = 2, wxJSONWRITER_COMMENTS_BEFORE = 4, wxJSONWRITER_COMMENTS_AFTER = 8, wxJSONWRITER_SPLIT_STRING = 16, wxJSONWRITER_NO_LINEFEEDS = 32, wxJSONWRITER_ESCAPE_SOLIDUS = 64, wxJSONWRITER_MULTILINE_STRING = 128, wxJSONWRITER_RECOGNIZE_UNSIGNED = 256, wxJSONWRITER_TAB_INDENT = 512, wxJSONWRITER_NO_INDENTATION = 1024 } |
| #define _WX_JSONWRITER_H |
| anonymous enum |
1.4.7