Search code examples
javalotus-domino

Parse JSON from Domino agent


In a Domino agent I am reading messages from a messaging service. The message is in JSON format. Is there any approach to parse easily the JSON? The purpose is to create Notes documents from the messages.


Solution

  • You might want to check the LotusScript NotesJSONNavigator class, which was introduced in version 10.
    This navigator provides methods to walk through the JSON and to access the single elements.