Skip to content

0.1.5

Compare
Choose a tag to compare
@anki-code anki-code released this 24 Apr 17:12
· 132 commits to master since this release

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