Name: | json_simple |
---|---|
Version: | 1.1.1 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 39181 |
License: | ASL 2.0 |
RPM: | json_simple-1.1.1-10.el7.noarch.rpm |
Source RPM: | json_simple-1.1.1-10.el7.src.rpm |
Build Date: | Tue Oct 31 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://code.google.com/p/json-simple/ |
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 compatible |
- Update to current packaging guidelines - Resolves: rhbz#1126522
- Skip hash tests for now bug #97
- BR junit4 -> junit.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Use Requires: java-headless rebuild (#1067528)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- update to 1.1.1 - Removed gcj bits - adapt to current guideline - add sub package javadoc