JohnWeisz / TypedJSON

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

Anyone tried TypedJSON with React-Native? #122

Closed markmadlangbayan closed 3 years ago

Neos3452 commented 4 years ago

Hey @markmadlangbayan, I personally use it with angular. Do you maybe have a more detailed question I could take a shot at answering? In general, the library is not aimed at any particular framework so should work well standalone as well as in a framework.

The output is compiled into ES5 javascript and basically uses the available tools to instantiate the classes that you need. The only thing extra you need is support for decorators which is included in typescript compiler.