Serialize integer values in object

This commit is contained in:
Benoit Blanchon
2014-09-30 17:24:14 +02:00
parent 27a4d57f7c
commit c1ab55f9d9
3 changed files with 15 additions and 5 deletions

View File

@ -28,7 +28,7 @@ struct JsonNode
{
bool asBoolean;
double asDouble;
int asInteger;
long asInteger;
const char* asString;
struct