Jsonschema add prop comments (#6617)

* Add comments for properties

* regenerated test files

* Reverted changes in testfiles generated with generate_code.bat on windows

* fixed formatting in util.cpp because of failed .travis/format_check.sh

* removed the use of tuple

* util.cpp: Fixed format

* idl_gen_json_schema.cpp: removed extra comma in deprecated fields

* Corrected monster_test.schema.json

* idl_gen_json_schema: Inlined Trim function

* Fixed format

* PrepareDescription(): Avoid unnecessary string copy

* fixed formatting
2 files changed
tree: 52d839b0d67251a2096fae725668f3fbfee6b222
  1. .appveyor/
  2. .bazelci/
  3. .github/
  4. .travis/
  5. android/
  6. bazel/
  7. CMake/
  8. conan/
  9. dart/
  10. docs/
  11. go/
  12. grpc/
  13. include/
  14. java/
  15. js/
  16. kotlin/
  17. lobster/
  18. lua/
  19. mjs/
  20. net/
  21. php/
  22. python/
  23. reflection/
  24. rust/
  25. samples/
  26. scripts/
  27. snap/
  28. src/
  29. swift/
  30. tests/
  31. ts/
  32. .clang-format
  33. .editorconfig
  34. .eslintrc.js
  35. .gitattributes
  36. .gitignore
  37. .travis.yml
  38. appveyor.yml
  39. BUILD.bazel
  40. build_defs.bzl
  41. CMakeLists.txt
  42. composer.json
  43. conanfile.py
  44. CONTRIBUTING.md
  45. Formatters.md
  46. LICENSE.txt
  47. package.json
  48. pom.xml
  49. readme.md
  50. SECURITY.md
  51. swift.swiftformat
  52. tsconfig.json
  53. tsconfig.mjs.json
  54. WORKSPACE
readme.md

logo FlatBuffers

Build Status Build status Join the chat at https://gitter.im/google/flatbuffers Discord Chat Twitter Follow

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Security

Please see our Security Policy for reporting vulnerabilities.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.