getOrCreateJsonArray

fun getOrCreateJsonArray(key: String): JsonArray

Gets a JsonArray from the given key or creates a new one if it doesn't exist

Return

The JsonArray value

Parameters

key

The key of the JsonArray