MutableFragment
MutableFragment provides read and write access to data value. MutableFragment also provides subscript access by either key or index to the nested values which are wrapped by MutableFragment objects.
Properties
Link copied to clipboard
Get the value as a MutableArray object, a mapping object of an array value. Returns null if the value is null, or the value is not an array.
Link copied to clipboard
Get the value as a MutableDictionary object, a mapping object of a dictionary value. Returns null if the value is null, or the value is not a dictionary.