Deserialization

Official docs of Skript-gson

Examples of data deserialization

Allows you to convert list-data back to JsonElement (Json)

The variable can be named anything, it's up to you

Getting data from a file:

on load:
    map json from (new json from file "plugins/YourAwesome/test.json") to {_json::*}
    set {_e} to {_json::*}'s form

Last updated