zlog/internal/json
povsister 47a03bc5eb
Add ability to customize internal json marshaler (#318)
Added a package level variable "InterfaceMarshalFunc".
It's used to marshal interface to JSON encoded byte slice,
mostly when event.Interface("key", v) is called.
2021-05-20 14:46:36 +02:00
..
base.go Add ability to customize internal json marshaler (#318) 2021-05-20 14:46:36 +02:00
bytes.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
bytes_test.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
string.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
string_test.go Get back some ns by removing the extra inferance added by binary support 2018-05-10 15:01:41 -07:00
time.go Add Unix time format for microseconds (#188) 2019-10-09 20:35:32 -07:00
types.go Add ability to customize internal json marshaler (#318) 2021-05-20 14:46:36 +02:00
types_test.go Fix JSON when object is first to be pushed (#154) 2019-06-04 23:48:09 -07:00