can you explain what is keys() and o. Are they predefined.
$ echo '{"name":{"first":"Jason"},"age":25}' | jawk '{
keys(o); for (k in o) print k, _[o[k],JSON]
}'
name {"first":"Jason"}
age 25
Where can i find full documentation.
But this is amazing project. looking for something like this
How can i install in archlinux