edmund-huber / jsonq

a python script for querying JSON
22 stars 3 forks source link

Delimiter for multiple-valued operators #6

Open edmund-huber opened 11 years ago

edmund-huber commented 11 years ago

Any operator that may emits multiple values should accept a delimiter.

echo "[1, 2, 3]" | ./jsonq [*\n] .. 1 2 3

edmund-huber commented 11 years ago

-n kind of does this, but it sucks.