Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GridlessDB

Create databases for games. Without spreadsheets. · By radmatt

Lua Love2D Support

A topic by 9lives-K9 created Jun 14, 2021 Views: 195 Replies: 2
Viewing posts 1 to 2

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?

Developer

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.

Great! Thanks for the links.