Masaaki Goshima
|
7ffe1ddb35
|
Fix MarshalJSON/MarshalText
|
2020-08-18 13:36:36 +09:00 |
Masaaki Goshima
|
92ed6c6d7e
|
Merge pull request #25 from goccy/feature/support-anonymous-struct
Support embedded field
|
2020-08-15 18:40:52 +09:00 |
Masaaki Goshima
|
bcc5738c6f
|
Optimize StrucrFieldHead operation
|
2020-08-15 18:36:02 +09:00 |
Masaaki Goshima
|
64cd28839f
|
Add AnonymousOmitEmpty type
|
2020-08-15 18:17:48 +09:00 |
Masaaki Goshima
|
025ac2a53b
|
Support embedded struct
|
2020-08-15 17:41:38 +09:00 |
Masaaki Goshima
|
cff09d2448
|
Fix Compact
|
2020-08-14 18:18:32 +09:00 |
Masaaki Goshima
|
2a99704531
|
Fix recursive definition of struct
|
2020-08-13 15:26:35 +09:00 |
Masaaki Goshima
|
b71f7da8bc
|
Fix recursive type definition
|
2020-08-12 18:42:29 +09:00 |
Masaaki Goshima
|
ee13701278
|
Add Compact/Indent/HTMLEscape/Valid
|
2020-08-12 16:54:15 +09:00 |
Masaaki Goshima
|
7eafd08a56
|
Fix encoding of struct field after omitempty field
|
2020-08-08 18:53:01 +09:00 |
Masaaki Goshima
|
aae63769a1
|
Support MarshalerError
|
2020-05-09 01:38:00 +09:00 |
Masaaki Goshima
|
d8d711ecf9
|
Add error type compatible with encoding/json
|
2020-05-09 01:07:33 +09:00 |
Masaaki Goshima
|
c23e5f43a7
|
Support UnmarshalJSON
|
2020-05-08 20:22:57 +09:00 |
Masaaki Goshima
|
33dcd50a5d
|
Support MarshalJSON/MarshalText
|
2020-05-04 18:39:17 +09:00 |
Masaaki Goshima
|
6602d2d38c
|
Support SetEscapeHTML
|
2020-05-03 17:41:33 +09:00 |
Masaaki Goshima
|
3d7267abc8
|
Add MarshalIndent
|
2020-05-02 23:35:41 +09:00 |
Masaaki Goshima
|
03a21193fc
|
Support omitempty
|
2020-05-01 13:12:01 +09:00 |
Masaaki Goshima
|
4edbe3a346
|
Refactor encoder
|
2020-04-30 13:52:24 +09:00 |
Masaaki Goshima
|
090887bf7e
|
Support Map and Interfacfe{} type for encoding of vm based
|
2020-04-30 13:39:47 +09:00 |
Masaaki Goshima
|
95b2194742
|
Add optimized code
|
2020-04-30 11:56:56 +09:00 |
Masaaki Goshima
|
40544f1ea2
|
Optimize opcode
|
2020-04-30 01:44:48 +09:00 |
Masaaki Goshima
|
4f3b1262b2
|
Add VirtualMachine for Encoder
|
2020-04-30 00:31:50 +09:00 |