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

@@ -10,6 +10,8 @@ subdir('cppad')
subdir('xxHash')
subdir('eigen')
subdir('json')
subdir('pybind')