JohnWeisz / TypedJSON

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

Continuation, throw when type not determined #152

Closed MatthiasKunnen closed 3 years ago

MatthiasKunnen commented 3 years ago

This should conclude and close #133. The PR continues on your work from 1.6.0-rc2 @Neos3452. It adds a test and includes the name of the type which could not be (de)serialized.

I've tested the prerelease and it works great.