< Home - < Back

json_simple


Information about the package, json_simple, which is shipped with common Linux distributions. The json_simple package is designed for, Simple Java toolkit for JSON.


Package Name:

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

Architecture:

x86_64

Version:

1.1

Release:

2.el6

Size:

62 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for json_simple


Control the json_simple package with the following handy commands outlined below.


Command

Description of Command

yum install json_simple

This command will install json_simple on the server.

yum remove json_simple

This command will un-install json_simple on the server. When you run this command, you will be asked if you are sure that you want to remove json_simple, so you have to manually confirm that you want to do this.

yum -y remove json_simple

This command will un-install json_simple on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove json_simple when using the -y flag.

yum update json_simple

This command will update json_simple to the latest version. When you run this command, you will be asked if you are sure that you want to remove json_simple, so you have to manually confirm that you want to do this.

yum -y update json_simple

This command will update json_simple to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove json_simple when using the -y flag.

yum info json_simple

This command will show you core information about the json_simple package.

yum deplist json_simple

This command will show you the dependencies for json_simple. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update json_simple

This command will check if there is an update waiting on json_simple. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.