copy

inline fun JsonArray.copy(block: (JsonMutableArray) -> Unit): JsonArray
inline fun JsonObject.copy(block: (JsonMutableMap) -> Unit): JsonObject