search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Ajson Commands
14 ajson entries
Limited to 100 results
ajson HTTP
Ajson Command: Calculate Value From Simple Json
echo '<3>' | ajson '<2 * pi * $>' ajson HTTP
Ajson Command: Calculate Value From Json
echo '<3>' | ajson '<2 * pi * $>' ajson HTTP
Ajson Command: Execute Jsonpath From File
ajson '<$..json[?(@.path)]>' <path/to/file.json> ajson HTTP
Ajson Command: Execute Jsonpath From Stdin
cat <path/to/file.json> | ajson '<$..json[?(@.path)]>' ajson HTTP
Ajson Command: Execute Jsonpath From Url
ajson '<avg($..price)>' '{https://example.com/api/}' ajson HTTP
Ajson Command: Read Json From File
ajson '<$..json[?(@.path)]>' <path/to/file.json> ajson HTTP
Ajson Command: Read Json From File Execute Jsonpath
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 Stdin Execute Jsonpath
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 Url Evaluate Jsonpath
ajson '<avg($..price)>' '{https://example.com/api/}' 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/}'