NotesJSONElement (LotusScript)
Represents a name, value pair in a JSON string.
Containment
Contained by
NotesJSONNavigator
.
Properties
Name
Type
Value
Name property (NotesJSONElement - LotusScript)
Name of a JSON element
Type property (NotesJSONElement - LotusScript)
Constant in JSON element that indicates the type of value represented by the value property.
Value property (NotesJSONElement - LotusScript)
Value of a JSON element.
Parent topic:
LotusScript Classes A-Z