flatbuffers/docs/source
Wouter van Oortmerssen ecf5a6a580 Added --defaults-json to output fields at default value.
Normal behavior is to not output fields that happen to have
the default value, since those will be reproduced anyway
when turned into a FlatBuffer binary. This however can be problematic
when using JSON to interop with other system since they might not
know this default value. This flatc option (and also flag
to GenerateText) will force those fields to be output anyway.

Tested: on Linux.
2015-05-27 16:42:15 -07:00
..
Benchmarks.md Fix typo in Benchmarks.md 2015-04-06 11:44:21 -07:00
Building.md Doc clarifications (Java vectors, test working dir, benchmark fix). 2014-06-23 14:00:58 -07:00
Compiler.md Added --defaults-json to output fields at default value. 2015-05-27 16:42:15 -07:00
CppUsage.md Mutable FlatBuffers: in-place updates. 2015-04-29 10:58:45 -07:00
doxyfile Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
FlatBuffers.md Added GitHub link to start of documentation page. 2015-05-27 15:21:10 -07:00
GoUsage.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
Grammar.md Added user defined attribute declarations. 2014-11-19 11:06:17 -08:00
Internals.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
JavaUsage.md [BREAKING CHANGE] Field accessors should use property getters in C# 2015-05-06 11:55:07 -07:00
PythonUsage.md Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
Schemas.md Sorted Vector & binary search functionality. 2015-01-16 10:59:52 -08:00
WhitePaper.md Initial commit of the FlatBuffers code. 2014-06-10 13:53:28 -07:00