I need help to read a JSON file in an esp8266, the esp must open the file by means of a code in LUA, read the data it contains to assign them to the configuration of the static ip. The json file contains the following:
{
"ip": "192.168.2.252",
"password": "contraseña del router",
"ide": "1261527000323",
"ssid": "SSID de mi router",
"gateway": "ip de mi router"
}
The problem is that I am new to LUA so I still can not find information to help me.