Ver 1.7.0
- using
System.Text.Json
instead ofUtf8Json
,Newtonsoft.Json
. - Array argument handling more friendly. (e.g.
int[]
can handle by1 2 3
,string[]
can handle byfoo bar baz
).
System.Text.Json
instead of Utf8Json
, Newtonsoft.Json
.int[]
can handle by 1 2 3
, string[]
can handle by foo bar baz
).