go-json/internal/decoder
Nao Yonashiro 4311bab3dc style: go fmt 2022-04-11 20:43:58 +09:00
..
anonymous_field.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
array.go fix array stream decoder 2021-06-15 19:05:12 +03:00
bool.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
bytes.go fix: add a fallback uint8 sliceDecoder to bytesDecoder 2022-04-07 18:10:49 +09:00
compile.go fix: an incompatible behavior on map key decoder 2022-03-24 09:35:14 +09:00
compile_norace.go style: go fmt 2022-04-11 20:43:58 +09:00
compile_race.go style: go fmt 2022-04-11 20:43:58 +09:00
context.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
float.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
func.go Improve error message 2021-08-13 17:05:07 +09:00
int.go fix: to care ints minimum values 2022-03-12 23:43:03 +09:00
interface.go Improve error message 2021-08-13 17:05:07 +09:00
invalid.go Add invalid decoder to delay type error judgment at decode 2022-01-13 18:09:48 +09:00
map.go fix: avoid reading the next character in buffer to nul consideration 2022-02-22 19:22:48 +09:00
number.go Improve error message 2021-08-13 17:05:07 +09:00
option.go Support context for MarshalJSON and UnmarshalJSON 2021-06-12 17:06:26 +09:00
ptr.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
slice.go Fix assign nil slice value 2021-08-13 15:49:53 +09:00
stream.go fix: mismatched between len(s.buf) and s.bufSize 2022-03-18 23:31:33 +09:00
string.go feat: improves escapeString's performance 2022-03-13 08:42:55 +09:00
struct.go Improve error message 2021-08-13 17:05:07 +09:00
type.go Support context for MarshalJSON and UnmarshalJSON 2021-06-12 17:06:26 +09:00
uint.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
unmarshal_json.go fix: panic when decoding time.Time with context 2022-01-26 01:02:27 +09:00
unmarshal_text.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
wrapped_string.go Fix decoder 2021-06-05 16:00:17 +09:00