benbjohnson / megajson

A JSON parser generator for high performance encoding and decoding in Go.
MIT License
466 stars 36 forks source link

Support for json.RawMessage #18

Open deathwish opened 10 years ago

deathwish commented 10 years ago

Would allow for a variety of interesting use cases, notably decoding fixed format message envelopes with megajson while continuing to decode the message body with encoding/json.

dropwhile commented 10 years ago

I would find this super useful as well.

derekperkins commented 10 years ago

:+1: