Handling Data - machitgarha/JsonFile GitHub Wiki

Because JSONFile class extends JSON, handling data can be done with the methods provided by JSON class. As its documentation might be updated anytime, it's recommended to read the guide or the quick tutorial.

However, the following list is what you should know to handle your data (we try to update it as soon as possible):

  1. Getting Your Data
  2. Setting and Getting Elements
  3. Iterating and Counting Countable Elements
  4. Replacing Data with a New One