api / tv.twelvetone.json / JsonValue / readFrom

readFrom

fun readFrom(text: String): JsonValue
Deprecated: Use {@link Json#parse(String)} instead

Reads a JSON value from the given string.

Parameters

text - the string that contains the JSON value

Exceptions

ParseException - if the input is not valid JSON

Return
the JSON value that has been read