#include "wx/wxprec.h"
#include <wx/stream.h>
#include <wx/string.h>
#include <wx/arrstr.h>
#include "json_defs.h"
#include "jsonval.h"
Go to the source code of this file.
Classes | |
class | wxJSONReader |
The JSON parser. More... | |
Defines | |
#define | _WX_JSONREADER_H |
Enumerations | |
enum | { wxJSONREADER_STRICT = 0, wxJSONREADER_ALLOW_COMMENTS = 1, wxJSONREADER_STORE_COMMENTS = 2, wxJSONREADER_CASE = 4, wxJSONREADER_MISSING = 8, wxJSONREADER_MULTISTRING = 16, wxJSONREADER_COMMENTS_AFTER = 32, wxJSONREADER_NOUTF8_STREAM = 64, wxJSONREADER_TOLERANT, wxJSONREADER_COMMENTS_BEFORE = wxJSONREADER_ALLOW_COMMENTS | wxJSONREADER_STORE_COMMENTS } |
#define _WX_JSONREADER_H |
anonymous enum |