Skip to content

graymadness/nlohmann_json_lua

Repository files navigation

nlohmann's JSON from LUA

Allow LUA access to nlohmann's JSON instance

Libraries

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.

Testing

Run ctest in build directory, must have BUILD_TESTING=ON in CMake.

Example

local json = JSON.parse('{ "a": 123, "abcd": "text", "b": true}')
print(#json)
print(json)

About

Access nlohmann's JSON from LUA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors