TextJsonX extension
Adds JSON decoding helpers to String.
Used internally by conversion methods to automatically parse JSON strings
when working with collection types. For example, '[1,2,3]' passed to
Convert.toList is decoded before element conversion.
- on