- org.json - Discussion
- org.json - Useful Resources
- org.json - Quick Guide
- org.json - JSONException Handling
- org.json - XML
- org.json - Property
- org.json - JSONStringer
- org.json - JSONObject
- org.json - JSONML
- org.json - JSONArray
- org.json - HTTP
- org.json - CookieList
- org.json - Cookie
- org.json - CDL
- org.json - Environment Setup
- org.json - Overview
- org.json - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Org.Json - Overview
org.json or JSON-Java is a simple Java based toolkit for JSON. You can use org.json 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.
XML Conversion − It provides conversion capabipty from JSON to XML and vice-versa.
HTTP Headers − Supports HTTP Header conversion to JSON and vice versa.
Cookie − Provides support for Cookie conversion to JSON and vice versa.
CDL − Provides support to convert comma separated pst to JSON and vice versa.
No dependency − No external pbrary dependency. Can be independently included.
Java 1.6-1.11 compatible − Source code and the binary are Java 1.6-1.11 compatible