ajson
Verified for current stable LTS
Ajson Commands
Ajson command syntax with verified terminal examples.
Commands
8 commands for Ajson
ajson HTTP
Ajson Command: Calculate Value From Simple Json
echo '<3>' | ajson '<2 * pi * $>' ajson HTTP
Ajson Command: Read Json From File
ajson '<$..json[?(@.path)]>' <path/to/file.json> ajson HTTP
Ajson Command: Read Json From Stdin
cat <path/to/file.json> | ajson '<$..json[?(@.path)]>' ajson HTTP
Ajson Command: Read Json From Url
ajson '<avg($..price)>' '{https://example.com/api/}' ajson HTTP
Ajson Command: Read Json From Stdin
cat <path/to/file.json> | ajson '<$..json[?(@.path)]>' ajson HTTP
Ajson Command: Calculate Value From Json
echo '<3>' | ajson '<2 * pi * $>' ajson HTTP
Ajson Command: Read Json From File
ajson '<$..json[?(@.path)]>' <path/to/file.json> ajson HTTP
Ajson Command: Read Json From Url
ajson '<avg($..price)>' '{https://example.com/api/}' Suggest a Ajson Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Ajson workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.