0.1.5
JSON tokenizer now extract all keys and values:
$ echo '{"One": {"two":"three four", "six":7777}}'
{"One": {"two":"three four", "six":7777}}
$ <Alt+F>
One
two
three four
three
four
six
7777