Hi, is there a way to read JSON in the Love2D framework? Is it possible to convert a JSON into a Lua table and will this feature be implemented in future?
Create databases for games. Without spreadsheets. · By
I found a few sites with solutions to your problem:
A site where you can convert JSON to Lua table: http://mageddo.com/tools/json-to-lua-converter
A JSON decoder library for Lua: https://github.com/rxi/json.lua
That being said, I might add this feature for convenience of Lua users some time later.