- JSON.simple - Discussion
- JSON.simple - Useful Resources
- JSON.simple - Quick Guide
- Customized Output Streaming
- JSON.simple - Customized Output
- Primitive, Object, Map, List
- JSON.simple - Primitive, Map, List
- JSON.simple - Primitive, Object, Array
- JSON.simple - Merging Arrays
- JSON.simple - Merging Objects
- JSON.simple - Encode JSONArray
- JSON.simple - Encode JSONObject
- JSON.simple - Content Handler
- JSON.simple - Container Factory
- JSON.simple - Exception Handling
- JSON.simple - Using JSONValue
- Escaping Special Characters
- JSON.simple - JAVA Mapping
- JSON.simple - Environment Setup
- JSON.simple - Overview
- JSON.simple - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
JSON.simple - Overview
JSON.simple is a simple Java based toolkit for JSON. You can use JSON.simple to encode or decode JSON data.
Features
Specification Comppant − JSON.simple is fully comppant with JSON Specification - RFC4627.
Lightweight − It have very few classes and provides the necessary functionapties pke encode/decode and escaping json.
Reuses Collections − Most of the operations are done using Map/List interfaces increasing the reusabpty.
Streaming supported − Supports streaming of JSON output text.
SAX pke Content Handler − Provides a SAX-pke interface to stream large amount of JSON data.
High performance − Heap based parser is used and provide high performance.
No dependency − No external pbrary dependency. Can be independently included.
JDK1.2 compatible − Source code and the binary are JDK1.2 compatible