Skip to main content

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


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)

Uploaded Source

Built Distribution

json_lisfy-0.1.0-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page