#44·jid

Doesn't work with empty string key

Author: dolmenCreated Dec 11, 2016Updated Dec 11, 2016

Completion or just input don't work for empty string key. With jq I would use this expression: .[""]

Here is an example JSON:

{
    "": "empty key: success!",
}