fun parseString(input: String?): String?

Parse a json value into a string For example a "text" becomes text, while "text results in null

Return

null if null or not a valid json string

Parameters

input

the json value stringified