go-json/internal/encoder
Nao Yonashiro 48f6412cd1 fix: to safe when got unexpected typeptr 2022-03-19 09:33:16 +09:00
..
vm Fix encoding of MarshalText operation with head offset 2022-01-11 15:11:17 +09:00
vm_color Fix encoding of MarshalText operation with head offset 2022-01-11 15:11:17 +09:00
vm_color_indent Fix encoding of MarshalText operation with head offset 2022-01-11 15:11:17 +09:00
vm_indent Fix encoding of MarshalText operation with head offset 2022-01-11 15:11:17 +09:00
code.go Fix the case where the embedded field is at the end 2022-01-20 23:23:51 +09:00
compact.go Optimize json.Compact and json.Indent 2021-04-20 20:12:32 +09:00
compiler.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
compiler_norace.go fix: to safe when got unexpected typeptr 2022-03-19 09:33:16 +09:00
compiler_race.go fix: to safe when got unexpected typeptr 2022-03-19 09:33:16 +09:00
context.go Refactor compiler for encoder 2021-11-28 02:14:57 +09:00
decode_rune.go Refactor encoder 2022-01-03 22:42:04 +09:00
encode_opcode_test.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
encoder.go fix omitempty string is nil for marshaler 2022-01-18 13:38:44 +03:00
indent.go Optimize json.Compact and json.Indent 2021-04-20 20:12:32 +09:00
int.go Fix conversion from pointer to uint64 2021-10-14 15:00:28 +09:00
map112.go Improve map encoding performance 2021-12-27 11:14:42 +09:00
map113.go Improve map encoding performance 2021-12-27 11:14:42 +09:00
opcode.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
option.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
optype.go Fix conversion of operation for PtrHead to Head 2021-12-05 11:38:56 +09:00
query.go Supports dynamic filtering of struct fields 2022-01-03 12:33:51 +09:00
string.go Add encoding option for performance 2021-12-30 11:54:29 +09:00
string_table.go Add encoding option for performance 2021-12-30 11:54:29 +09:00