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

Last updated: June 24,2024

1. Install "python3-jsonslicer" package

This is a short guide on how to install python3-jsonslicer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-jsonslicer

2. Uninstall "python3-jsonslicer" package

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

$ sudo zypper remove python3-jsonslicer

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

Information for package python3-jsonslicer:
-------------------------------------------
Repository : Main Repository
Name : python3-jsonslicer
Version : 0.1.5-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 60.0 KiB
Installed : No
Status : not installed
Source package : python-jsonslicer-0.1.5-bp155.2.12.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.