Skip to main content

An implementation of jq for learning purposes.

Project description

jqlite

PyPI GitHub codecov Tests

An implementation of jq, the commandline JSON processor, for learning and fun.

Installation

> pip install jqlite

Examples:

> echo '{"foo": 0}' | jqlite
{
  "foo": 0
}

> echo '{"foo": [1, 2, 3, 4]}' | jqlite '[.foo | .[] | select(. % 2 == 0) | . * 2]'
[
  4.0,
  8.0
]

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

jqlite-0.4.3.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

jqlite-0.4.3-py3-none-any.whl (11.4 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