I would like to know how to read this JSON
below through the Lua
language.
json = '{"nome" : "Wallace de Souza"}'
I would like to know how to read this JSON
below through the Lua
language.
json = '{"nome" : "Wallace de Souza"}'
This link is for a pure moon lib [ link to do the JSON encode / decode, already I use it in production and it works extremely well, besides the code is commented and is very simple to understand, I recommend the use, to "install" just save the file in the folder of your project and use 'require' normally.