simeji/jid

Incorrect work, when json file have similar keys.

nikgalushko opened this issue · 0 comments

jid version v0.6.2

Test json file:

{ "a": 123, "aa": 124, "bb": 567 }

Identify a bug:

  1. Start jid < test.json
  2. Enter a

I expected 123, but saw full json file.