1. b16f88a Add additional error messages to json_to_flatbuffer by James Kuszmaul · 1 year, 4 months ago
  2. 768c468 Support structs in json_to_flatbuffer by James Kuszmaul · 1 year, 8 months ago
  3. 790cb54 Run clang-format on the entire repo by Philipp Schrader · 1 year, 11 months ago
  4. bb60dfd Catch more invalid corner cases in JsonToFlatbuffer by James Kuszmaul · 2 years, 5 months ago
  5. 65541cb Merge commit '6dccd64de51ea960cb6f0d975768c874814b4c75' into HEAD by James Kuszmaul · 2 years, 7 months ago
  6. 6906923 Fix hard-coded 0 default for all fields in JsonToFlatbuffer by Brian Silverman · 3 years, 7 months ago
  7. 041fe9f Add --json to log_cat to print fully valid json by Austin Schuh · 3 years, 7 months ago
  8. bf0609c Replace use of deprecated C Standard library headers in C++ code. by Tyler Chatow · 3 years, 10 months ago
  9. cf4fb66 Add a wrapper around flatbuffers::TypeTable by Brian Silverman · 4 years, 4 months ago
  10. 5c71041 Fix and test JSON conversions on nonconsecutive enums by Brian Silverman · 4 years, 4 months ago
  11. 7c75e58 Flatbuffers Merge commit '8cd6f0538a362ceefbcfcbf6c7b8b3f341d1fb41' into master by Austin Schuh · 4 years, 7 months ago
  12. add6eb3 Stop stripping the size prefix off by Austin Schuh · 4 years, 7 months ago
  13. cf453ab Factor out JsonOptions into a struct by Ravago Jones · 5 years ago
  14. d393620 Add support for triming vectors in json by Austin Schuh · 5 years ago
  15. d7b15da Use a bool for ForceDefaults instead of an int by Austin Schuh · 5 years ago
  16. 53b1a6f Add support for parsing JSON into a FlatBufferBuilder by Austin Schuh · 5 years ago
  17. 217a978 Add basic support for nodes by Austin Schuh · 5 years ago
  18. 3ae4226 Upgrade WPILib and upgraded compilers to C++17 by James Kuszmaul · 6 years ago
  19. cb7da4b Convert aos over to flatbuffers by Alex Perry · 6 years ago
  20. e93d864 Add a Flatbuffers containing object, and more variants by Austin Schuh · 6 years ago
  21. 9e2532d Handle multiple arrays. by Austin Schuh · 6 years ago
  22. d7e252d Factor tokenizer out to a separate file. by Austin Schuh · 6 years ago
  23. d339a9b Use string_view instead of string for json. by Austin Schuh · 6 years ago
  24. 43c6a35 Pull Element and FieldElement out into functions by Austin Schuh · 6 years ago
  25. 84314af Handle decimal points and empty messages. by Austin Schuh · 6 years ago
  26. 3e95e5d Add a minireflect based json parser. by Austin Schuh · 6 years ago