The actual value held by the wxJSONValue class (internal use) More...
#include <jsonval.h>
The actual value held by the wxJSONValue class (internal use)
Note that this structure is a union as in versions prior to 0.4.x The union just stores primitive types and not complex types which are stored in separate data members of the wxJSONRefData structure.
This organization give us more flexibility when retrieving compatible types such as ints unsigned ints, long and so on. To know more about the internal structure of the wxJSONValue class see pg_json_internals.