• 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
..
monster.fbs Loading commit data...
monster_generated.h Loading commit data...
monsterdata.json Loading commit data...
sample_binary.cpp Loading commit data...
sample_text.cpp Loading commit data...