typescript-json-serializer icon indicating copy to clipboard operation
typescript-json-serializer copied to clipboard

[FEAT]: Deserialize strings to booleans

Open axos88 opened this issue 8 months ago • 6 comments

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?

axos88 avatar Jun 13 '24 09:06 axos88