mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-03 19:51:53 +00:00
3dd02144d5
* Fix C/C++ Create<Type>Direct with sorted vectors If a struct has a key the vector has to be sorted. To sort the vector you can't use "const". * Changes due to code review * Improve code readability * Add generate of JSON schema to string to lib * option indent_step is supported * Remove unused variables * Fix break in test * Fix style to be consistent with rest of the code * [C#] Fix field name struct name collision (#6744)