Json.Parse Method (string)
Parses the given JSON string into a heirarchy of appropriate Uno objects.
The returned object can be a single value, or a tree composed of IObject
, IArray
, double
, string
and bool
objects.
Location
- Namespace
- Fuse
- Package
- Fuse.Common 2.9.1
Parameters
- json