simeji/jid

Doesn't work with empty string key

Opened this issue · 0 comments

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!",
}