| Name: | python3-json5 |
|---|---|
| Version: | 0.9.9 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 234070 |
| License: | ASL 2.0 |
| RPM: | python3-json5-0.9.9-1.el9.noarch.rpm |
| Source RPM: | python-json5-0.9.9-1.el9.src.rpm |
| Build Date: | Tue Oct 18 2022 |
| Build Host: | build-ol9-x86_64.oracle.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. |