ugorji / go

idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
MIT License
1.87k stars 295 forks source link

Does codec support `json` tag? #47

Closed nizsheanez closed 9 years ago

nizsheanez commented 9 years ago

When i use json decode codec, can i use something like:

type A struct {
        Hello float64 `json:"hello"`
        World string  `json:"world"`
    }

?

ugorji commented 9 years ago

Yes, it does now, with change f20364ed026800e8a7dfe420e80babbe4a10502d