#45·jid

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:

json
{
    "\"": "key with double quote: success!",
}