Skip to main content

NotesJSONNavigator

Properties

NameDescription
PreferUTF8 property (NotesJSONNavigator)Default value is False, When set to True, the PreferUTF8 property make string values of element retrieved from a JSONNavigator (for example, using…

Methods

NameDescription
AppendElement method (NotesJSONNavigator)Appends a NotesJSONElement to the NotesJSONNavigator.
AppendObject method (NotesJSONNavigator)Appends a NotesJSONObject to the NotesJSONNavigator.
GetElementByName method (NotesJSONNavigator)Retrieves a NotesJSONElement by name.
GetElementByPointer methodRetrieves a NotesJSONElement using JSON Pointer syntax to identify the element.
GetFirstElement method (NotesJSONNavigator)Retrieves the first element in a JSON string.
GetNextElement method (NotesJSONNavigator)Retrieves the next element in a JSON string.
GetNthElement method (NotesJSONNavigator)Retrieves the element from the JSON string represented by the provided index.
Stringify methodCreates a string representation of the JSON data contained by the NotesJSONNavigator.