zlog/internal/json
Ravi Raju ddfae1b613 Binary format support (#37)
Adds support for binary logging (with cbor encoding) in addition to JSON. Use the binary_log compile tag to enable the feature.
2018-03-28 11:49:41 -07:00
..
base.go Binary format support (#37) 2018-03-28 11:49:41 -07:00
bytes.go Optimize JSON string encoding using a lookup table 2018-03-23 04:24:50 -07:00
bytes_test.go Optimize JSON string encoding using a lookup table 2018-03-23 04:24:50 -07:00
string.go Optimize JSON string encoding using a lookup table 2018-03-23 04:24:50 -07:00
string_test.go Optimize JSON string encoding using a lookup table 2018-03-23 04:24:50 -07:00
time.go Add support for hex-encoded of byte slice (#42) 2018-03-15 10:29:26 -07:00
types.go Binary format support (#37) 2018-03-28 11:49:41 -07:00
types_test.go Add more json type tests 2018-03-23 09:58:31 -07:00