Returning a JadeJsonObject or JadeAnyArray Value

If the returned object is of type JadeJsonObject class or JadeAnyArray class type, dynamic parsing is used.

The returned object is serialized into JSON, along with the hierarchy of JadeJsonObject and JadeAnyArray objects of which it is the root. If any references to invalid object types exist within the hierarchy or any JadeAnyArray within the hierarchy contain invalid primitive type values, an exception is raised.

The primitive values within the JadeAnyArray can be any of the following types.

2022.0.04 and higher