feat(json): added nlohmann JSON

Added header only json library for better logging
This commit is contained in:
2025-11-24 09:06:34 -05:00
parent 9f56ba0083
commit 15ed7f70b1
9 changed files with 25555 additions and 123 deletions

View File

@@ -0,0 +1,3 @@
json_dep = declare_dependency(
include_directories: include_directories('include')
)