| 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 method | Retrieves 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 method | Creates a string representation of the JSON data contained by the NotesJSONNavigator. |