dartwatch-JsonObject
dartwatch-JsonObject copied to clipboard
JsonObject broken build
Hi Chris, I tried to use JsonObject with my project but it has a lot of errors. Do you have any plans to fix it soon or I need to find another solution?
Regards, Sergey
Thanks for letting me know ... 1.0.18 now deployed on pub, with all tests passing.
Hi Chris,
Thank you for quick fix. May I ask you about objectToJson function. Seems it doesn't work. I have created project with copy of your code: [image: Inline images 1]
It compiles but executes with exception:
Exception: Class '_LocalInstanceMirrorImpl' has no instance method 'then'.
NoSuchMethodError : method not found: 'then'
Receiver: Instance of '_LocalInstanceMirrorImpl@0x4863bc9'
Arguments: [Closure: (InstanceMirror) => dynamic, onError: Closure:
(dynamic) => dynamic]
_serializeObject.
Do you have minutes to look what's wrong here? It sounds like Mirrors library has been changed from last time when you used it successfully on that example.
Regards, Sergey.
On 7 November 2013 12:47, Chris Buckett [email protected] wrote:
Thanks for letting me know ... 1.0.18 now deployed on pub, with all tests passing.
— Reply to this email directly or view it on GitHubhttps://github.com/chrisbu/dartwatch-JsonObject/issues/36#issuecomment-27953100 .
I'm having the same issue. A little bummed this isn't working since it's a really useful feature. Do you have any idea if any work is being done on this bug?
Thanks,