Key containing double quote doesn't produce a valid jq expression
Author: dolmenCreated Dec 11, 2016Updated Mar 2, 2017
To reach success in the following file, the jq expression is .["\""]. But jid produces ."
Input file:
{
"\"": "key with double quote: success!",
}Source: simeji/jid