Andreas Aeschlimann

Results 58 comments of Andreas Aeschlimann
trafficstars

How do you mean "mandatory". By the DI system? Yes you can make a PR if you like, but in order to spare us a misunderstanding, I suggest you describe...

Yes, of course. You need to check out the example of „custom converters“ in the ReadMe. If you follow this example, you should have no problems implementing your request.

json2typescript is as small as it can be. Therefore, no "magic" is happening under the hood. It could be possible that we support such a deserialization by default at some...

Thank you @Almar, very cool. Do you like to make a PR or shall I implement it occasionally?

Nice! Please try to add some tests as well for enums.

Thank you for this interesting approach. It's a good idea to add a method to try deserialization and serialization. I didn't have time yet to have a deep look. How...

You can bypass it easily for now, by writing a custom converter for an array as well.

Of course it's possible, that's the purpose of this library. Please see the examples in the ReadMe, it explains exactly how to nest objects (example with Country and City).

Sure, but then you have no type checking, which is kind against the idea of this library. But in some cases, it might be helpful to save dynamic objects in...

No problem. Just to clear things up: The notation `store.storeName` makes no sense in the JsonProperty decorator, there should be only plain properties. You can use `store` instead and then...