jsoniter v0.9.16 Release Notes

Release Date: 2017-10-12 // over 6 years ago
    • issue #107 annotation should be marked on getter/setter if present
    • ๐Ÿ›  fix ctor is null when encoding issue
    • issue #104, JsonWrapper argument should not be mandatory
    • issue #99 added mustBeValid method to Any class
    • issue #97 demonstrate JsonProperty when both field and setter
    • like "1.0e+10" should not fail
    • issue #94 skip transient field
    • issue #94 fix JsonProperty not changing fromNames and toNames
    • issue #93 some control character should be esacped specially
    • issue #93 fix control character serialization
    • ๐Ÿ‘ issue #92 fix generics support