flatbuffers/tests
Wouter van Oortmerssen 3fb6a86d02 JSON parsing & text generation is now enum-identifier aware.
When Parsing JSON, it will read enums either as int values, identifiers
specific to the enum type, or strings containing those identifiers.

When generating text, it will output enum identifiers by default
(this can be turned off in favor of integers, like before).

Change-Id: If28b0a1f8f27de79aff3e626f40c0c0b271c325a
Tested: on Windows and Linux
Bug: 16214968
2014-07-15 11:45:00 -07:00
..
MyGame/Example Made Java argument names help remind the user when something is an offset. 2014-07-10 17:46:45 -07:00
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
JavaTest.java flatc can now convert flatbuffer binary files into json. 2014-07-11 14:49:43 -07:00
JavaTest.sh license is a comment, not an echo 2014-06-23 13:37:32 -07:00
monster_test.fbs Fixed incorrect verifier code for nested tables. 2014-07-09 17:13:03 -07:00
monster_test_generated.h The generated CreateX() calls now come with default values for args. 2014-07-10 17:26:28 -07:00
monsterdata_test.bin flatc can now convert flatbuffer binary files into json. 2014-07-11 14:49:43 -07:00
monsterdata_test.golden JSON parsing & text generation is now enum-identifier aware. 2014-07-15 11:45:00 -07:00
monsterdata_test.json JSON parsing & text generation is now enum-identifier aware. 2014-07-15 11:45:00 -07:00
test.cpp JSON parsing & text generation is now enum-identifier aware. 2014-07-15 11:45:00 -07:00