• Wouter van Oortmerssen's avatar
    Added a "strict JSON" mode to the text generator and compiler · 7fcbe723
    Wouter van Oortmerssen authored
    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.
    7fcbe723
Name
Last commit
Last update
android Loading commit data...
build Loading commit data...
docs Loading commit data...
include/flatbuffers Loading commit data...
java/flatbuffers Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE.txt Loading commit data...
readme.md Loading commit data...