I like using :!pbpaste | jq to see my JSON objects when reading logs in vim.But it often throws the following error with the slightest inconvenience in the JSON body.
jq: parse error: Invalid numeric literal at line 1, column 26Do you know of a way to simply ignore minor JSON mistakes when using jq?
Example JSON input:
[{'directoryOfServicesId': '32', 'externalId': '64'}]