I'm working on a custom control that will be fed by JSON content and I'm trying to find the best approach to produce and consume it.
Let say the JSON could be from:
- Notes View (all documents)
- Notes View (subset of documents based on a category or filter)
- Notes Document Collection (from database.Search or database.FTSearch)
What I have on my mind is to define some Custom Properties where I can define:
- URL that produces the JSON
- Object
- etc.
So far I'm considering:
- REST Service control from ExtLib
- XAgent that produces JSON
- Domino URL ?ReadViewEntries and OutputFormat=JSON
Does anyone knows if the JSON object loaded in memory has a size limit?
Any suggestion will be appreciated.