If you have ever tried to work with JSON in an Eclipse plugin you know it is not strait forward.  One of the easiest ways to work with JSON is to use the libraries from json.org.  However if your working with JSON inside of Notes 8.5.2 or later, there is actually a library built into Notes you can use.  Your plugin will need to have a dependency on com.ibm.commons.  In this plugin there are several classes you can use to work with JSON.  The Javadoc for the APIs can be found here.  Here is a sample class which will parse a string of JSON into a Java object which you can in turn use to get values from.  As JSON becomes more and more popular with web services, having libraries to deal with JSON objects when your not using Javascript is critical.


Ryan J Baxter

Husband, Father, Software Engineer