go-json/internal/encoder
Masaaki Goshima 3a4ad31980
Merge pull request #356 from orisano/feat/add-debug-with
feat: add DebugWith option
2022-03-26 00:57:17 +09:00
..
vm feat: add DebugWith option 2022-03-25 05:13:32 +09:00
vm_color feat: add DebugWith option 2022-03-25 05:13:32 +09:00
vm_color_indent feat: add DebugWith option 2022-03-25 05:13:32 +09:00
vm_indent feat: add DebugWith option 2022-03-25 05:13:32 +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: add filtering on slow path 2022-03-25 03:03:25 +09:00
compiler_race.go fix: add filtering on slow path 2022-03-25 03:03:25 +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 feat: add DebugWith option 2022-03-25 05:13:32 +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