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

JSON.simple - Overview


Previous Page Next Page  

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

Advertisements