Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
7 years ago |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
7 years ago |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
7 years ago |
Ugorji Nwoke
|
4d084a8659
codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers
|
7 years ago |
Ugorji Nwoke
|
7a1de86227
codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10
|
7 years ago |
Ugorji Nwoke
|
2a5f6bed9d
codec: json: encodeFloat no longer inspects bytes to see if .0 to be added
|
7 years ago |
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 |