< Home - < Back

python-demjson


Information about the package, python-demjson, which is shipped with common Linux distributions. The python-demjson package is designed for, Python JSON module and lint checker.


Package Name:

python-demjson

Summary:

Python JSON module and lint checker

Description:

This module provides classes and functions for encoding or decoding data represented in the language-neutral JSON format (which is often used as a simpler substitute for XML in Ajax web applications). This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as it's 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard.

Architecture:

noarch

Version:

1.6

Release:

1.el6

Size:

69 k

Repository:

epel

From Repository:

Licence:

LGPLv3+



Handy Yum Commands for python-demjson


Control the python-demjson package with the following handy commands outlined below.


Command

Description of Command

yum install python-demjson

This command will install python-demjson on the server.

yum remove python-demjson

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

yum -y remove python-demjson

This command will un-install python-demjson 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 python-demjson when using the -y flag.

yum update python-demjson

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

yum -y update python-demjson

This command will update python-demjson 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 python-demjson when using the -y flag.

yum info python-demjson

This command will show you core information about the python-demjson package.

yum deplist python-demjson

This command will show you the dependencies for python-demjson. 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 python-demjson

This command will check if there is an update waiting on python-demjson. 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.