UtilJsonParseJson Method

Overload List

ParseJson(String) Parses a JSON string and returns a DictionaryTKey, TValue representing the JSON key-value pairs.
ParseJsonTValue(String) Parses a JSON string and returns a DictionaryTKey, TValue representing the JSON key-value pairs, where all the values are casted to the specified 'TValue' type.

See Also