JsonValueExt extension

on

Properties

jsonValueArray JsonValueArray?
Represents a JSON array
read-only
jsonValueBoolean JsonValueBoolean?
Represents a boolean JSON value
read-only
jsonValueNull JsonValueNull?
Represents a null JSON value
read-only
jsonValueNumber JsonValueNumber?
Represents a numeric JSON value
read-only
jsonValueObject JsonValueObject?
Represents a JSON object
read-only
jsonValueString JsonValueString?
Represents a string JSON value
read-only