Progress.Json.ObjectModel.JsonDataType class
- Last Updated: March 21, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Indicates the data type of a value in the JSON string. This class is
returned by the GetType( ) method on a Progress.Json.ObjectModel.JsonObject class
or Progress.Json.ObjectModel.JsonArray class.
Serializable:
No
Constructor
This class contains only a private constructor; you cannot instantiate it directly.
Super Class
Interfaces
This class does not implement an interface.
Public Properties
| Array property | Boolean property | Null property |
| Number property | Object property | String property |
The following table shows the mapping of property name to value.
| Property name | Value |
|---|---|
| String | 1 |
| Number | 2 |
| Boolean | 3 |
| Object | 4 |
| Array | 5 |
| Null | 6 |
Public Methods
This class does not define methods.
Public Events
This class does not contain events.