jq-vscodeThis extension allows users run jq queries in the editor. The result is displayed synchronously in the output. Jq VersionThis extension uses the latest 1.6 version of the jq processor. Usage
Parsing non-standard JSONIn order to be processed by jq, the input json needs to be strictly valid. Nowadays it is common to have comments or other variations in json. In order to convert non-standard json inputs, one of the tools recommended by jq is any-json. This extension integrates any-json as a utility command. It can be used to preprocess the input json text. Type
Command line optionsSome of the useful jq command line options are supported, like |