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 hashes)
Built Distribution
json_lisfy-0.1.0-py3-none-any.whl
(10.1 kB
view hashes)
Close
Hashes for json_lisfy-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c6de9ba0dd81930d47b1489c71599451198eccf502ea6617569629a0106ee61 |
|
MD5 | 07121153bfb27350f7fda177fffaade6 |
|
BLAKE2b-256 | c41b35c685ae59dd496cb99d67023652c61a6e7f8582b4f7f85b82a2d32cb4ae |