NotesJSONNavigator (LotusScript)

LotusScript class used to parse JSON data.

Containment

Contained by NotesSession.

Properties

PreferUTF8

Methods

GetElementByName

GetElementByPointer

GetFirstElement

GetNextElement

GetNthElement

Stringify

AppendElement

AppendArray

AppendObject

Creation

To create a new NotesJSONNavigator object, use createNotesJSONNavigator.

Syntax

Given a session, the following example creates a NotesJSONNavigator with the provided JSON string:
Dim jsnav As NotesJSONNavigator 
Set jsnav = session.CreateJSONNavigator(|{"test":"A string"}|)