Creating
Official docs of Skript-gson
options:
storage: json from file "plugins/YourAwesome/storage.json"
on load:
broadcast new @{storage} on load:
set {_example} to new json {"Hello": 1}
broadcast {_example}
on load:
set {_example} to new json from string "{'Hello': 1}"
broadcast {_example}
Last updated