1
0
mirror of https://github.com/json-iterator/go.git synced 2025-04-20 11:28:49 +02:00
Sai To Yeung 8961be9c21
Map keys of custom types should serialize using MarshalText when available (#461)
* Map keys of custom types should serialize/deserialize using MarshalText/UnmarshalText when available

- this brings marshaling/unmarshaling behavior in line with encoding/json
- in general, any types that implement the interfaces from the encoding package (TextUnmarshaler, TextMarshaler, etc.) should use the provided method when available
2020-05-08 10:21:59 +08:00
..
2018-02-24 22:04:41 +08:00
2018-02-13 23:49:40 +08:00
2018-02-24 22:04:41 +08:00
2018-04-01 22:01:21 +00:00
2018-02-24 22:04:41 +08:00
2018-02-24 22:04:41 +08:00
2018-02-24 22:04:41 +08:00
2018-02-24 22:04:41 +08:00
2018-02-13 23:49:40 +08:00
2020-01-14 14:14:02 +08:00
2018-02-24 22:04:41 +08:00
2020-03-26 14:46:47 +08:00