Start by importing JSON from clipboard, a file or even the network with cURL.
JSON will be stored locally and available for future use, even if you close jqi.
Write your jq program to slice, filter, map or transform the imported JSON data.
jq offers some powerful commands; It is most recommended to read its manual to get the most out of it.
Your jq program output can be easily saved to JSON file using the export button.