Returning a JadeJsonObject or JadeAnyArray Value
If the returned object is of type
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.
-
JadeJsonObject
-
JadeAnyArray
-
Boolean
-
Integer
-
Real
-
StringUtf8
-
An uninitialized Any value
2022.0.04 and higher