jello
Verified for current stable LTS
Jello Commands
Jello command syntax with verified terminal examples.
Commands
7 commands for Jello
jello HTTP
Jello Command: List All Elements Json From Stdin
cat <file.json> | jello -l jello HTTP
Jello Command: Output First Element Json From Stdin
cat <file.json> | jello _[0] jello HTTP
Jello Command: Output Key Value As String From Stdin
cat <file.json> | jello -r '"<some text>: " + _.<key_name>' jello HTTP
Jello Command: Output Multiple Keys As Json From Stdin
cat <file.json> | jello '{{"key1": _.key_name1, "key2": _.key_name2, ...}}' jello HTTP
Jello Command: Output Schema Json From Stdin
cat <file.json> | jello -s jello HTTP
Jello Command: Output Value By Key Json From Stdin
cat <file.json> | jello '[i.<key_name> for i in _]' jello HTTP
Jello Command: Pretty Print Json From Stdin
cat <file.json> | jello Suggest a Jello Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Jello workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.