Jason Toffaletti
e658f6597a
add failing test for handling of nil interface with omitempty
2017-09-14 20:44:42 -07:00
Oleg Shaldybin
18a241d40b
Allow null booleans
...
Make sure we do the same thing as stdlib with null booleans by not
touching the original value and discarding the null.
Another somewhat related change is nulling out null interface values in
the original structure. This also matches stdlib behavior.
2017-09-14 16:47:35 -07:00
Tao Wen
90574c5ca3
#166 support ValidateJsonRawMessage in ConfigCompatibleWithStandardLibrary
2017-09-14 23:54:40 +08:00
Tao Wen
0828e559d0
#164 support interface{} with ptr
2017-09-09 08:45:57 +08:00
Tao Wen
e066e54964
#135 verify 1e1 and 1.0e1 is handled same as std
2017-07-18 11:28:19 +08:00
Tao Wen
f0487718f6
document public symbols
2017-07-09 16:09:23 +08:00
Tao Wen
b74ffb2e03
import github.com/stretchr/testify/require
2017-07-07 09:13:25 +08:00
Tao Wen
04eae11ba5
#91 fix one ptr embedded struct
2017-07-01 00:09:40 +08:00
Tao Wen
e6c24947ee
array is just like struct, one element case special for interface{
2017-06-29 18:58:40 +08:00
Tao Wen
84fa033353
#80 fix the case when embedded struct ptr is nil
2017-06-29 18:45:11 +08:00
Tao Wen
dc44e85a86
#73 fix interface{} optimization for one ptr field struct and array
2017-06-26 22:37:24 +08:00
Tao Wen
14588726a1
expose ValEncoder & ValDecoder
2017-06-20 08:08:59 +08:00
Tao Wen
31afe6450e
add Api interface to allow save the frozen config
2017-06-19 13:43:22 +08:00
Tao Wen
7a049ec79c
#60 support read interface{} as json.Number
2017-06-18 15:22:37 +08:00
Tao Wen
b31b1301e2
#59 add ConfigFastest
2017-06-17 10:21:37 +08:00
Tao Wen
5f22e50c89
#53 support escapeHtml
2017-06-15 23:55:04 +08:00
Tao Wen
acddcf5bbf
#53 extract out config
2017-06-13 16:58:53 +08:00
Tao Wen
84ad508437
#48 should return error if concrete tpye unknown
2017-06-09 17:06:27 +08:00
Tao Wen
cfffa29c8a
gofmt
2017-06-06 23:27:00 +08:00
Tao Wen
e36f926072
fix random go test failure
2017-06-02 17:34:40 +08:00
Tao Wen
707ed3b091
support non empty interface
2017-05-27 00:36:21 +08:00
Tao Wen
6880076b44
fix map[string]interface{} in struct
2017-02-03 18:44:54 +08:00
Tao Wen
ce1a1f1e98
test reading into custom interface
2017-01-25 23:25:25 +08:00
Tao Wen
f1c4dbde29
support map of interface{}
2017-01-25 22:43:57 +08:00
Tao Wen
a57c8c6202
test array of interface
2017-01-09 21:00:01 +08:00