NotesJSONArray (LotusScript)
Represents a JSON array.
Containment
Contained by
NotesJSONNavigator
.
Properties
Size
Methods
GetNextElement
GetNthElement
Size property (NotesJSONArray - LotusScript)
Size of the array.
GetFirstElement method (NotesJSONArray - LotusScript)
Returns the first JSON element in an array.
GetNextElement method (NotesJSONArray - LotusScript)
Returns the next JSON element in an array.
GetNthElement method (NotesJSONArray - LotusScript)
Returns the JSON element at a specified position in an array.
Parent topic:
LotusScript Classes A-Z