Allow LUA access to nlohmann's JSON instance
| Name | License | Version |
|---|---|---|
| LUA | MIT |
branch: master |
| nlohmann JSON | MIT |
branch: master |
All libraries are used as static library to maximize optimization and limit problems with deployment and versions.
Run ctest in build directory, must have BUILD_TESTING=ON in CMake.
local json = JSON.parse('{ "a": 123, "abcd": "text", "b": true}')
print(#json)
print(json)