flatc can now convert flatbuffer binary files into json.
authorWouter van Oortmerssen <wvo@google.com>
Fri, 11 Jul 2014 21:01:55 +0000 (14:01 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Fri, 11 Jul 2014 21:49:43 +0000 (14:49 -0700)
commitdf2e0db63d22a37f69efc57444ce8ff35317ec5e
treeee4edfea08201c89ff263e903b875fcce99ce676
parentcc112ce96fef00342c87c32e6b49b6ce8b0c4774
flatc can now convert flatbuffer binary files into json.

Also removed it appending _wire to filenames, renamed the json golden
file to .golden to not clash with generated files.

Bug: 15781201
Change-Id: I8322861e50d1e5b6a5ab5e4b5e5d8ae13c356eb2
Tested: on Windows and Linux
build/VS2010/flatc.vcxproj.user
docs/html/md__compiler.html
docs/source/Compiler.md
src/flatc.cpp
tests/JavaTest.java
tests/monsterdata_test.bin [moved from tests/monsterdata_test_wire.bin with 100% similarity, mode: 0644]
tests/monsterdata_test.golden [new file with mode: 0644]
tests/test.cpp