fromJson

fun fromJson(string: String): ScriptingPacket

Parse a JSON string into a ScriptingPacket instance.

Uses automatic Kotlin object tokenization by InstanceTokenizer through TokenizingJson.

Return

ScriptingPacket instance with properties and data field hierarchy of JSON string.

Parameters

string

Valid JSON string.

Sources

jvm source
Link copied to clipboard