Package | Description |
---|---|
io.stallion.utils.json |
Modifier and Type | Method and Description |
---|---|
static jdk.nashorn.api.scripting.JSObject |
JSON.parse(String json) |
static <T> T |
JSON.parse(String json,
Class<T> cls) |
static <T> T |
JSON.parse(String json,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference) |
static List |
JSON.parseList(String json) |
Copyright © 2016. All rights reserved.