Package json_simple: Information
Source package: json_simple
Version: 1.1.1-alt2_23jpp11
Build time: Jun 1, 2021, 07:31 AM in the task #273180
Category: Development/Java
Report package bugHome page: http://code.google.com/p/json-simple/
License: ASL 2.0
Summary: Simple Java toolkit for JSON
Description:
JSON.simple is a simple Java toolkit for JSON. You can use JSON.simple
to encode or decode JSON text.
* Full compliance with JSON specification (RFC4627) and reliable
* Provides multiple functionalities such as encode, decode/parse
and escape JSON text while keeping the library lightweight
* Flexible, simple and easy to use by reusing Map and List interfaces
* Supports streaming output of JSON text
* Stoppable SAX-like interface for streaming input of JSON text
* Heap based parser
* High performance (see performance testing)
* No dependency on external libraries
* Both of the source code and the binary are JDK1.2 compatibleMaintainer: Igor Vlasenko
Last changed
June 1, 2021 Igor Vlasenko 1.1.1-alt2_23jpp11
- update
Jan. 29, 2020 Igor Vlasenko 1.1.1-alt2_20jpp8
- fc update
May 26, 2019 Igor Vlasenko 1.1.1-alt2_18jpp8
- new version