From 103a0317ec058230f3f113df0b973c67b9c73384 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Wed, 6 Aug 2025 11:20:30 +0200 Subject: [PATCH] Added README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8dd6c1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Json2Bin Converter +================== + +The library json by nlomann is used to read json files in this program [GitHub](https://github.com/nlohmann/json) + +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 \ No newline at end of file