Closed thosakwe closed 8 years ago
Hi @thosakwe,
First of all, I thank you for contacting us and for your interesting suggestion. It would be nice to collaborate. Unfortunately, on my side, I won't have time to help you improve your library.
We had accessed many libraries like yours, before starting ours. Many of them are using dart:mirrors like yours. We didn't want to use dart:mirrors, but reflectable (https://github.com/dart-lang/reflectable) library instead.
Actually, many libraries are doing quite the same with different approachs:
Our main concerns for our library are:
Ah, ok, I understand. Best of luck with this package. I would definitely enjoy using JSON on the client without mirrors. The new version of JSON God s server-side only.
On Mon, Jul 18, 2016 at 4:54 AM, Stéphane Este-Gracias < notifications@github.com> wrote:
Hi @thosakwe https://github.com/thosakwe,
First of all, I thank you for contacting us and for your interesting suggestion. It would be nice to collaborate. Unfortunately, on my side, I won't have time to help you improve your library.
We had accessed many libraries like yours, before starting ours. Many of them are using dart:mirrors like yours. We didn't want to use dart:mirrors, but reflectable ( https://github.com/dart-lang/reflectable) library instead.
Actually, many libraries are doing quite the same with different approachs:
- https://github.com/eredo/dartson (mirror)
- https://github.com/drails-dart/dson (reflectable)
- https://github.com/jolleekin/jsonx (json codec extension)
Our main concerns for our library are:
- using reflectable (and not dart:mirrors)
- integrating with Polymer
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/walletek/serializer/issues/37#issuecomment-233276851, or mute the thread https://github.com/notifications/unsubscribe-auth/AJiKPCumWNamj9FMtIvsYz_TNj_V31vZks5qWz9HgaJpZM4JOTIw .
Hi guys, I actually created a Pub package a while ago that does the exact same as this library, and more. However, it can be improved. I'm wondering if you guys would be interested in collaborating on it.
Here is the library: JSON God v2.0.0-beta