fun parseJson(string: String): JsonElement
Deserializes given json string into a corresponding JsonElement representation.
JsonException - in case of malformed json
JsonException
SerializationException - if given input can not be deserialized
SerializationException