Fri, 22 Nov 2024 04:29:11 UTC | login

Information for build python-jstyleson-0.0.2^20200323.8c47cc9-1.fc41

ID343599
Package Namepython-jstyleson
Version0.0.2^20200323.8c47cc9
Release1.fc41
Epoch
SummaryA python library to parse JSON with js-style comments
Descriptionjstyleson is a python library to parse JSON with js-style comments. Trailing comma is also supported. JSON by standard does not allow comments and trailing comma, and the python standard json module does not offer options to parse such informal JSON. jstyleson try to make it happy with your js-style commented JSON, by first removing all elements inside (comments and trailing comma), then hand it to the standard json module. jstyleson supports parsing JSON with: - single-line comment - multi-line comment - inline comment - trailing comma
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 19 Nov 2024 10:05:18 UTC
CompletedTue, 19 Nov 2024 10:05:18 UTC
Tags
f41
RPMs
src
python-jstyleson-0.0.2^20200323.8c47cc9-1.fc41.src.rpm (info) (download)
noarch
python3-jstyleson-0.0.2^20200323.8c47cc9-1.fc41.noarch.rpm (info) (download)
Changelog * Tue Nov 05 2024 Benson Muite <benson_muite@emailplus.org> - 0.0.2^20200323.8c47cc9-1 - Initial import BZ #2321919