Well, today i finally managed to get a json lua library addon working. It has took some doing, but it makes it very easy to write useful data to a file simply by passing a table of data and too retrieve, a similar 1 line command will return all the data in the file into 1 table.
I forsee this command set to be useful with Save files for games especially once we have an encoding system for making the file unreadable. This feature was added due to a user request