JohnWeisz / TypedJSON

Typed JSON parsing and serializing for TypeScript that preserves type information.
MIT License
603 stars 64 forks source link

Allow ignoring fields in a @jsonObject #194

Open mscofield0 opened 2 years ago

mscofield0 commented 2 years ago

I would like it if typedjson wouldn't try to serialize and deserialize every field. Perhaps a @jsonMemberIgnore might be introduced?