tinylib / msgp

A Go code generator for MessagePack / msgpack.org[Go]
MIT License
1.81k stars 192 forks source link

Fix typo, causing extensions to produce invalid json #380

Closed pietervanheijningen closed 1 week ago

pietervanheijningen commented 1 week ago

Hey!

msgp.CopyToJSON can produce invalid json if the msgpack contains an extension. Looks to be a typo. Here's the fix

Didn't extensively test, but seems to fix it for the data i throw at it.

Thanks for the project! Just this function to convert to a JSON string has been quite helpful for me