11.09.2017, 16:47
Hello
I want to download the .json, change the code from .csv to .json
shows me a .json as in the following image
this file I want to download from time to time
I want to download the .json, change the code from .csv to .json
Quote:Code:require('json')
objects=grp.all()
objects= json.encode(objects)
io.writefile("/www/user/page.lp", objects)
shows me a .json as in the following image
this file I want to download from time to time