Added some content in the README

This commit is contained in:
Ulysse Cura 2025-08-06 16:09:34 +02:00
parent 4c2a164b4a
commit 04decb71c0
1 changed files with 10 additions and 1 deletions

View File

@ -5,4 +5,13 @@ The library json by nlomann is used to read json files in this program [GitHub](
You can reuse and modify it by anyway, just give credits and i'll be happy ! You can reuse and modify it by anyway, just give credits and i'll be happy !
Put your struct and load function into bin.cpp and bin.hpp Manual
======
Put your struct and load function into bin.cpp and bin.hpp and compile it with "make", you can then use the ouputed binary "json2bin_converter" with the json input file and the binary output file which will be (re)created when the command is executed.
Exemple :
```sh
json2bin_converter test.json test.bin
```