< Back

Document Subject: Lotus Notes 8 has JSON support - so does 7.02 !
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#JSON or http://A555F9/nn.nsf/ByAlias/JSON

Lotus Notes 8 will support JSON with the readViewEntries ReadDesign ReadEntries commands.




What is JSON?

JSON stands for Javascript Object Notation

How Do i use JSON in Lotus Notes 8?

Use &outputformat=JSON   with readviewentries & readdesign & readentries

eg: viewname?readviewentries&outputformat=JSON&count=1 etc

Why would I use JSON?

JSON is a lighweight XML, it uses less bandwidth and so less server CPU, and is easier to navigate through than XML.

This is useful for writing AJAX applications.

I suppose these applications will be called AJAJ "Asynchronous Javascript and JSON" .

Example JSON code coming soon...

Where do I get more information on JSON?

http://www.json.org

These options have been added to 7.02 as well.