I’m looking for a good solution to introduce a spreadsheet to the card game I am working on. I was making a similar card game in Cocos 2D in the past and found it incredibly useful to make a spreadsheet in Open Office Spreadsheet with the various card characteristics (name, image directory, stats, etc) for each type of card, then export to XML and have the game pull information from it.
After some research I’ve heard that it’s strongly recommended to use JSON file format for spreadsheets in Corona, however I have had trouble finding a good JSON editing/reading/exporting program and up-to-date/easy-to-understand information on reading such files into your Corona program. Thusly:
-
Is JSON indeed the preferred spreadsheet format to use in Corona?
-
Any favored JSON editing programs out there? Ideally one that makes creating the spreadsheet and reading it as easy as possible, and of course it would need to be capable of exporting a JSON file.
-
Any good up-to-date and not too advanced links on how to read JSON info into a Corona program?
Answers to any of these questions would be greatly appreciated! Thanks for reading.