NotesJSONNavigator (LotusScript)
LotusScript class used to parse JSON data.
Containment
Contained by NotesSession.
Properties
Methods
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"}|)