English 中文(简体)
org.json - Overview
  • 时间:2024-09-17

Org.Json - Overview


Previous Page Next Page  

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

Advertisements