Jello

Use this skill when the user wants to filter or query JSON data using Python syntax instead of jq.

javimosch 684b6a5 691 B Updated

File contents

jello Plugin

A CLI tool to filter JSON and JSON Lines data using Python syntax.

Commands

  • jello self version — Print jello version
  • jello _ _ — Passthrough to jello CLI

Installation

pipx install jello

Examples

cat data.json | jello '_.name'
cat data.json | jello '_.users[0].email'

Key Features

  • Python syntax — Use Python expressions for JSON filtering
  • JSON Lines support — Process NDJSON data
  • Pipeline-ready — Standard Unix pipe support
  • Color output — Syntax-highlighted output

javimosch/supercli/tree/main/plugins/jello/skills/quickstart commit 684b6a50ea

Frequently asked questions

npx skillmds@latest add javimosch/jello