| Name: | python3-json5 |
|---|---|
| Version: | 0.12.0 |
| Release: | 2.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 408397 |
| License: | Apache-2.0 |
| RPM: | python3-json5-0.12.0-2.el10_0.noarch.rpm |
| Source RPM: | python-json5-0.12.0-2.el10_0.src.rpm |
| Build Date: | Tue Apr 29 2025 |
| Build Host: | build-ol10-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. |