Tool to make game data for the 2D_Engine_Casio
Go to file
Ulysse Cura 31000d0126 Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00
src Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00
Makefile Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00
README.md Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00
test.json Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00

README.md

Json2Bin Converter

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 !

Manual

Put your struct, load, write and free 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 :

    json2bin_converter test.json test.bin