How to Install and Uninstall python39-jsonslicer Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python39-jsonslicer" package

Please follow the step by step instructions below to install python39-jsonslicer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-jsonslicer

2. Uninstall "python39-jsonslicer" package

In this section, we are going to explain the necessary steps to uninstall python39-jsonslicer on openSuSE Tumbleweed:

$ sudo zypper remove python39-jsonslicer

3. Information about the python39-jsonslicer package on openSuSE Tumbleweed

Information for package python39-jsonslicer:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jsonslicer
Version : 0.1.8-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 66.9 KiB
Installed : No
Status : not installed
Source package : python-jsonslicer-0.1.8-1.9.src
Upstream URL : https://github.com/AMDmi3/jsonslicer
Summary : Streaming JSON parser with iterator interface
Description :
JsonSlicer performs a stream or iterative, pull JSON parsing, which
means it does not load whole JSON into memory and is able to parse
very large JSON files or streams. The module is written in C and uses
YAJL JSON parsing library.
JsonSlicer takes a path of JSON map keys or array indexes, and
provides iterator interface which yields JSON data matching
given path as complete Python objects.