go-json/internal/decoder
peterlimg 91e691adc5
Fix decodeEscapeString err
`p` was not updated after the `stream.buf` is reallocated
2021-07-27 21:53:59 +10: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 decoding of []byte type 2021-06-24 14:42:26 -07:00
compile.go add func decoder 2021-06-23 14:22:24 +02:00
compile_norace.go Fix error by linter 2021-06-03 19:10:17 +09:00
compile_race.go Fix error by linter 2021-06-03 19:10:17 +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 funcDecoder: handle cases of value being true or false 2021-06-23 15:51:42 +02:00
int.go Use RuntimeContext 2021-06-05 01:08:27 +09:00
interface.go Support context for MarshalJSON and UnmarshalJSON 2021-06-12 17:06:26 +09:00
map.go Fix error by linter 2021-06-23 17:42:30 +09:00
number.go Use RuntimeContext 2021-06-05 01:08:27 +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 Use RuntimeContext 2021-06-05 01:08:27 +09:00
stream.go Enable FirstWin option for stream decoder 2021-06-06 11:24:56 +09:00
string.go Fix decodeEscapeString err 2021-07-27 21:53:59 +10:00
struct.go Support context for MarshalJSON and UnmarshalJSON 2021-06-12 17:06:26 +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 Support context for MarshalJSON and UnmarshalJSON 2021-06-12 17:06:26 +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