flatbuffers/docs/source
cryptocode a8e800bd7c Add --force-empty-vectors option (#5653)
The rationale for this option is that JSON clients typically want empty arrays (i.e [] in the JSON) instead of missing properties, but not empty strings when the value isn't set.
--force-empty is kept as-is, i.e. it will force both empty strings and vectors.

Closes #5652
2019-12-05 17:33:45 -08:00
..
gRPC
Benchmarks.md
Building.md Fix recursion counter check. Add control to override depth of nested … (#4953) 2018-10-04 09:27:37 -07:00
Compiler.md Add --force-empty-vectors option (#5653) 2019-12-05 17:33:45 -08:00
CONTRIBUTING.md
CppUsage.md Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
CUsage.md
DartUsage.md Fix typo in dart documentation (#5230) 2019-03-11 09:49:17 -07:00
doxyfile [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) 2019-09-10 10:06:47 -07:00
doxygen_layout.xml [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) 2019-09-10 10:06:47 -07:00
FlatBuffers.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
FlexBuffers.md [Java][FlexBuffers] Improve documentation for FlexBuffers in Java. (#5506) 2019-09-10 10:06:47 -07:00
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md Update grammar to reflect required type signature for enum declarations. (#5269) 2019-03-28 10:48:40 -07:00
groups
Internals.md Extend the test of MonsterExtra (#5428) 2019-07-08 11:22:56 -07:00
JavaCsharpUsage.md
JavaScriptUsage.md
KotlinUsage.md Add basic Kotlin support (#5409) 2019-07-22 16:05:15 -07:00
LobsterUsage.md FlatBuffers implementation for the Lobster programming language 2018-07-29 13:23:00 -07:00
LuaUsage.md Lua (5.3) Language addition (#4804) 2018-07-05 15:55:57 -07:00
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
RustUsage.md [Rust] Don't use inner attributes for allow (#5212) 2019-03-09 12:58:27 -08:00
Schemas.md [docs]: add missing semicolon (#5648) 2019-12-02 14:01:25 -08:00
style.css
Support.md Port FlatBuffers to Rust (#4898) 2018-09-02 18:26:55 -07:00
Tutorial.md Change deprecated vector Length() to size() in tutorial (#5450) 2019-07-25 11:09:40 -07:00
TypeScriptUsage.md fix typo (#5384) 2019-06-05 19:24:29 +01:00
WhitePaper.md