Are there any means for JSON serialization/deserialization of Typescript objects so that they don\'t loose type information? Simple JSON.parse(JSON.stringify) has t
JSON.parse(JSON.stringify)
I think the better way is to use this library. It makes it easier to serialize/deserialize object/json.
https://www.npmjs.com/package/@peerlancers/json-serialization