Releases: bbalser/json_serde
Releases · bbalser/json_serde
v1.1.0
Added option to skip constructing new struct via the new function
v1.0.2
Fixed bug where custom structs with new function that return an ok|error tuple were not handled correctly.
v1.0.1
Fixed issue where nil was not mapped to null correctly. Thanks @florianb