Name: | python3-json5 |
---|---|
Version: | 0.9.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 222390 |
License: | ASL 2.0 |
RPM: | python3-json5-0.9.1-1.el8.noarch.rpm |
Source RPM: | python-json5-0.9.1-1.el8.src.rpm |
Build Date: | Tue Mar 17 2020 |
Build Host: | jenkins-10-147-72-125-3ad8cf9a-3b3a-41f0-8427-360d993d6e99.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/dpranke/pyjson5 |
Summary: | Python implementation of the JSON5 data format |
Description: | JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language: - JavaScript-style comments (both single and multi-line) are legal. - Object keys may be unquoted if they are legal ECMAScript identifiers - Objects and arrays may end with trailing commas. - Strings can be single-quoted, and multi-line string literals are allowed. |