Ugorji Nwoke
|
9c7f9b7a2b
codec: json: decode json null as a string
|
9 年之前 |
Ugorji Nwoke
|
13b86143eb
codec: json: remove redundant float64 conversion
|
9 年之前 |
Ugorji Nwoke
|
b7eff9abce
codec: json should encode regular floats without 'E' all the time.
|
9 年之前 |
Ugorji Nwoke
|
646ae4a518
codec: json: support encoding large integers as a number or string
|
10 年之前 |
Ugorji Nwoke
|
1a25ccb806
codec: streamline go's rules for anonymous field conflict, detect circular references, json indent
|
10 年之前 |
Ugorji Nwoke
|
f1f1a805ed
codec: Fix UnmarshalJSON support
|
10 年之前 |
Ugorji Nwoke
|
b331ab22c3
codec: json: inline skipWhitespace, handle exported anonymous members, docs
|
10 年之前 |
Ugorji Nwoke
|
f081086498
codec: Add Reset methods, performance improvements and bug fixes.
|
10 年之前 |
Ugorji Nwoke
|
4373325df6
codec: initial string interning support
|
10 年之前 |
Ugorji Nwoke
|
5d8e71f204
codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options
|
10 年之前 |
Ugorji Nwoke
|
45ce7596ac
codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically
|
10 年之前 |
Ugorji Nwoke
|
2cb41eb350
codec: json: support custom way to encode or decode raw bytes.
|
10 年之前 |
Ugorji Nwoke
|
6a9a8caa01
codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles.
|
10 年之前 |
Ugorji Nwoke
|
1d5269ed4e
codec(gen): code clean-up to remove separator concerns from framework and major re-architecture.
|
10 年之前 |
Ugorji Nwoke
|
5f1004d393
codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license.
|
10 年之前 |
Ugorji Nwoke
|
17fb5629d4
codec: json: parsing unicode string (\uXXXX) means multiple each value by 16 (base) not 10.
|
10 年之前 |
Ugorji Nwoke
|
9a5173b885
codec: json: fix base64 decoding for binary data
|
10 年之前 |
Ugorji Nwoke
|
b9bc36280d
codec: fully support encoding/decoding from/to chan type.
|
11 年之前 |
Ugorji Nwoke
|
b5e234a12e
codec: error handling cleanup, and unsafe build tag.
|
11 年之前 |
Ugorji Nwoke
|
006e153430
major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc.
|
11 年之前 |
Ugorji Nwoke
|
5605f87eda
Support JSON/text-based codecs and move benchmarks to its own repo.
|
11 年之前 |