Loading commands...
Work with JSON objects in jq. Learn property access, construction, and object transformation.
10 commands
Use '{newKey: .oldKey}' to rename or restructure object properties.
Add new key-value pair to object
Remove key from object
Convert key-value array to object
Deep merge two JSON objects
Get all paths in JSON structure
Find all name fields recursively
Rename object key
Convert object to key-value array
Update value of existing key
Transform all object keys