Skip navigation links

Package org.quickconnectfamily.json

QCJSON is a free, open source, thread safe, JSON string creator and parser implementation for Java available under the BSD license.

See: Description

Package org.quickconnectfamily.json Description

QCJSON is a free, open source, thread safe, JSON string creator and parser implementation for Java available under the BSD license. You may use it for open or closed source applications. You may give your application away free or charge for it. The BSD license has no restrictions regarding these topics. This library is included in the QuickConnect Android application template.

Strings <=> Objects

The JSONUtilities class contains the methods to use if you want to pass objects and get strings returned to you or if you want to pass strings and have objects returned to you.

InputStreams <=> OutputStreams

The JSONInputStream, JSONOutputStream, and JSONStreamProtector classes are used if you want to send and parse JSON from any type of InputStream or OutputStream.

I have attempted to make this library as easy to use, small, and fast as I could. Any suggestions would be appreciated.

Lee S. Barney, Author.

For more information regarding the QuickConnect Family, see the QuickConnect web site.
Skip navigation links