Creating

Official docs of Skript-gson

Examples of json creating

Getting json from a file

options:
    storage: json from file "plugins/YourAwesome/storage.json"

on load:
    broadcast new @{storage}   

Output will be whatever you have in that file.

Last updated