flatbuffers/samples
Wouter van Oortmerssen 7fcbe723fc Added a "strict JSON" mode to the text generator and compiler
This will add quotes around field names, as required by the official
standard. By default it will leave quotes out, as it is more readable,
more compact, and is accepted by almost all JSON parsers.
The -S switch to flatc turns on strict mode.

As per rfc 7159.

Change-Id: Ibabe9c8162c47339d00ec581d18721a2ba40c6d0
Tested: on Windows.
2014-07-09 11:43:30 -07:00
..
monster.fbs Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
monster_generated.h Switched VS build to -W4, and fixed all resulting warnings. 2014-07-02 14:39:58 -07:00
monsterdata.json Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00
sample_binary.cpp Switched VS build to -W4, and fixed all resulting warnings. 2014-07-02 14:39:58 -07:00
sample_text.cpp Added a "strict JSON" mode to the text generator and compiler 2014-07-09 11:43:30 -07:00