Set constant with JSON types of non-structured values that are not null.
Source position: fpjson.pp line 97
const ActualValueJSONTypes = ValueJSONTypes - [jtNull]; |
ActualValueJSONTypes is a set constant designating the JSON types that have a non-null single value, i.e., all types except array or object or null.
|
Set constant with JSON types of non-structured values. |
|
|
Set constant with JSON types of structured values. |