mirror of
https://github.com/json-iterator/go.git
synced 2024-11-27 08:30:57 +02:00
8961be9c21
* 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 |
||
---|---|---|
.. | ||
array_test.go | ||
bool_test.go | ||
eface_test.go | ||
error_test.go | ||
float_test.go | ||
iface_test.go | ||
int_test.go | ||
invalid_test.go | ||
map_test.go | ||
marshaler_test.go | ||
number_test.go | ||
ptr_114_test.go | ||
ptr_test.go | ||
raw_message_test.go | ||
slice_test.go | ||
string_test.go | ||
struct_test.go | ||
value_test.go |