public final class JsonUtils extends Object
Modifier and Type | Method and Description |
---|---|
static JsonValue |
merge(JsonValue... jsons)
Merges the provided json value instances.
|
static JsonValue |
toJsonValue(String json)
Given a json string return a corresponding json value.
|
public static JsonValue toJsonValue(String json)
json
- json stringpublic static JsonValue merge(JsonValue... jsons)
jsons
- json value instances to be mergedCopyright © 2025 Open Identity Platform Community. All rights reserved.