Skip to content

what is keys() and o in this example code #1

@sant527

Description

@sant527

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions