Ugorji Nwoke
|
679a71d0bd
codec: treat time.Time{} as the zero value for time.Time.
|
7 years ago |
Ugorji Nwoke
|
bb71fe2c0a
codec: encode []byte as nil if nil, and handle decoding a []byte from a container containing uint8's
|
7 years ago |
Ugorji Nwoke
|
b1f0083586
codec: json: call time.AppendFloat directly bypassing MarshalJSON
|
7 years ago |
Ugorji Nwoke
|
debb8e2d2e
codec: support time.Time natively in all formats, and remove Builtin mode.
|
7 years ago |
Ugorji Nwoke
|
5a66da2e74
codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign
|
7 years ago |
Ugorji Nwoke
|
cbd720c66c
codec: json: fix unicode escape decoding
|
7 years ago |
Ugorji Nwoke
|
a9859e3096
codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte
|
7 years ago |
Ugorji Nwoke
|
69722bf3a2
codec: streamline handling of doing something at the end of an encode.
|
7 years ago |
Ugorji Nwoke
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
7 years ago |
Ugorji Nwoke
|
f26fc641ec
codec: add buffered reading/writing support and overall cleanup and fixes
|
7 years ago |
Ugorji Nwoke
|
f76f59a92f
codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible)
|
7 years ago |
Ugorji Nwoke
|
50530d8d14
codec: Multiple fixes, enhancements and test expansion across the board.
|
7 years ago |
Ugorji Nwoke
|
54210f4e07
codec: major update with MAJOR PERFORMANCE improvements
|
7 years ago |
Ugorji Nwoke
|
8c0409fcbb
codec: json: allow parsing non-string scalars where a string is expected
|
7 years ago |
Ugorji Nwoke
|
c88ee250d0
codec: json: support HTMLCharsAsIs for encoding <>& as is (not as \uXXX sequence)
|
7 years ago |
Ugorji Nwoke
|
9c7f9b7a2b
codec: json: decode json null as a string
|
8 years ago |
Ugorji Nwoke
|
13b86143eb
codec: json: remove redundant float64 conversion
|
8 years ago |
Ugorji Nwoke
|
b7eff9abce
codec: json should encode regular floats without 'E' all the time.
|
8 years ago |
Ugorji Nwoke
|
646ae4a518
codec: json: support encoding large integers as a number or string
|
9 years ago |
Ugorji Nwoke
|
1a25ccb806
codec: streamline go's rules for anonymous field conflict, detect circular references, json indent
|
9 years ago |
Ugorji Nwoke
|
f1f1a805ed
codec: Fix UnmarshalJSON support
|
9 years ago |
Ugorji Nwoke
|
b331ab22c3
codec: json: inline skipWhitespace, handle exported anonymous members, docs
|
9 years ago |
Ugorji Nwoke
|
f081086498
codec: Add Reset methods, performance improvements and bug fixes.
|
9 years ago |
Ugorji Nwoke
|
4373325df6
codec: initial string interning support
|
9 years ago |
Ugorji Nwoke
|
5d8e71f204
codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options
|
9 years ago |
Ugorji Nwoke
|
45ce7596ac
codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically
|
9 years ago |
Ugorji Nwoke
|
2cb41eb350
codec: json: support custom way to encode or decode raw bytes.
|
9 years ago |
Ugorji Nwoke
|
6a9a8caa01
codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles.
|
9 years ago |
Ugorji Nwoke
|
1d5269ed4e
codec(gen): code clean-up to remove separator concerns from framework and major re-architecture.
|
9 years ago |
Ugorji Nwoke
|
5f1004d393
codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license.
|
9 years ago |