benbjohnson / megajson

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

Implement the encoding/json interface #17

Open clipperhouse opened 10 years ago

clipperhouse commented 10 years ago

I see that it’s been mentioned in the golang-nuts group, but it’d be great to have MarshalJSON/UnmarshalJSON support, so existing code can use megajson transparently.

(Didn’t see an existing issue, pardon if this is duplicate.)

benbjohnson commented 10 years ago

@clipperhouse Thanks for adding the ticket. Megajson needs a minor overhaul to clean it up. I'll add the marshaling interface when I do that.

jgoodall commented 9 years ago

is this still in the works?