No project description provided
Project description
python-json-lisfy
Usage
$ poetry install
$ poetry run json-lisfy
Example
$ poetry run json-lisfy
json-lisfy> 1
(int nil 1)
json-lisfy> 2.4
(float nil 2.4)
json-lisfy> false
(symbol nil "false")
json-lisfy> {"a": 1, "b": 2}
(object nil (item nil (str nil "a") (int nil 1)) (item nil (str nil "b") (int nil 2)))
json-lisfy> [ 1, 2, "asdf", true ]
(array nil (int nil 1) (int nil 2) (str nil "asdf") (symbol nil "true"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
json_lisfy-0.1.0.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file json_lisfy-0.1.0.tar.gz
.
File metadata
- Download URL: json_lisfy-0.1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Linux/5.10.181-2-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4a65f97c075883bc897bf311a94a3b8a5fb8f29896094fa1f94b74222b6000e |
|
MD5 | 63688e1ff0d0d0b44da9a6aacd80d970 |
|
BLAKE2b-256 | 206c2a09fcb16fa12c80398520c26d9f0b54104cda71082e29385268cf0e11a1 |
File details
Details for the file json_lisfy-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: json_lisfy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Linux/5.10.181-2-MANJARO
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c6de9ba0dd81930d47b1489c71599451198eccf502ea6617569629a0106ee61 |
|
MD5 | 07121153bfb27350f7fda177fffaade6 |
|
BLAKE2b-256 | c41b35c685ae59dd496cb99d67023652c61a6e7f8582b4f7f85b82a2d32cb4ae |