typescript-json-serializer
typescript-json-serializer copied to clipboard
[FEAT]: Deserialize strings to booleans
Description
When dealing with boolean properties, there should be a way to support deserializing a "true" or "false" string to the respective values
Proposed solution
Maybe a standard beforeDeserialize hook in the library?