Progress.Json.ObjectModel.JsonObject class
- Last Updated: December 2, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
This class denotes a dynamic number of properties each addressable by a
Unicode string called a name. The properties can be another JsonObject, a JsonArray, a value of any JSON
data type or the JSON null value. JSON data types are String, Number and Boolean.
Serializable:
Yes
Constructors
|
Super Class
Interfaces
This class does not implement an interface.
Public Properties
This class does not define properties.
Public Methods
Public Events
This class does not define events.
Example
The following example shows the constructor for
JsonObject: |
In the above example, myObj is an empty
object. The variable myLongchar is set to the value of
"{ }".
See also
For details on working with JSON objects, refer to the Use JSON Objects and Arrays section in Use JSON with ABL Applications.