by krolaw:
This would be useful when parsing (really) large JSON documents in low memory
environments.
At the moment one would need to write their own comma and key handling code. Since this
is available in the encoding/xml package (through RawToken), it would be consistent to
have similar functionality in the json package.
Thanks.