parseString

open fun parseString(@Nullable jsonString: String): JsonValue

Parse a JSON encoded String.

Return

A JsonValue from the encoded String.

Parameters

jsonString

The json encoded String.

Throws

If the JSON was unable to be parsed.