jello icon indicating copy to clipboard operation
jello copied to clipboard

CLI tool to filter JSON and JSON Lines data with Python syntax. (Similar to jq)

Results 4 jello issues
Sort by recently updated
recently updated
newest added

I'd like to have a switch (say, `-L`) that would cause jello to evaluate `QUERY` once per JSON line in the input. I'm not sure if this would fit in...

Hey kelly, greetings. I just stumbled upon this project when looking for alternatives for JQ. Is it safe to allow untrusted third parties to send Jello scripts for querying data...

enhancement

I already mentioned this in https://github.com/kellyjonbrazil/jello/discussions/57#discussioncomment-5716128 and now wanted to back this up with a proper example. So with most python exceptions occurring within jello I find it hard to...

enhancement
ready-to-ship

Enhancement to add streaming support so the entire JSON document doesn't need to be loaded to start processing. Looks like the `ijson` library might handle a lot of this. I...

enhancement