Skip to main content

NotesJSONObject

Properties

NameDescription
Size property (NotesJSONObject)The number of elements in a JSON object.

Methods

NameDescription
AppendArray method (NotesJSONObject)Appends a NotesJSONArray to the NotesJSONObject.
AppendElement method (NotesJSONObject)Appends a NotesJSONElement to a NotesJSONObject
AppendObject method (NotesJSONObject)Appends a NotesJSONObject to a NotesJSONObject.
Copy method (NotesJSONObject)Copy value from a NotesJSONObject to a NotesJSONObject.
GetElementByName method (NotesJSONObject)Returns a JSON object represented by "name".
GetFirstElement method (NotesJSONObject)Returns the first element in a JSON object.
GetNextElement method (NotesJSONObject)Returns the next element in a JSON object.
GetNthElement method (NotesJSONObject)Retrieves the element from the JSON object represented by the provided index.