coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

Replace flatbuffers with json serialization library #222

Closed coder137 closed 1 year ago

coder137 commented 1 year ago

https://github.com/nlohmann/json

Why?

Problems with Flatbuffers

TODO

coder137 commented 1 year ago

223 Initial JSON Serialization library + CustomGenerator addition

224 Custom Generator unit tests

coder137 commented 1 year ago

225 JSON Serialization for Target

coder137 commented 1 year ago

226 Remove flatbuffer/flexbuffer usage and library from BuildCC