How to Install and Uninstall python3-demjson Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-demjson" package

Learn how to install python3-demjson on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-demjson

2. Uninstall "python3-demjson" package

Please follow the guidance below to uninstall python3-demjson on openSUSE Leap:

$ sudo zypper remove python3-demjson

3. Information about the python3-demjson package on openSUSE Leap

Information for package python3-demjson:
----------------------------------------
Repository : Main Repository
Name : python3-demjson
Version : 2.2.4-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 818.8 KiB
Installed : No
Status : not installed
Source package : python-demjson-2.2.4-bp155.2.10.src
Upstream URL : http://deron.meranda.us/python/demjson/
Summary : Encoder, decoder, and lint/validator for JSON compliant with RFC 4627
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.