Documentation ¶ Overview ¶ Extract a value from a JSON document. Toy example, so top-level keys only. Sifting through 2M documents (9GB) takes about 150s. The ubertool jq takes 321s. $ cat some.json | go run examples/value.go -key somekey key1 key2 ... Source Files ¶ View all Source files extract.go Click to show internal directories. Click to hide internal directories.