Seems pretty trivial to map with Klaxon
# klaxon
c
Seems pretty trivial to map with Klaxon
d
The problem is casting all those HashMap<Object> and List<Object> into their respective types... instead of parsing a json string, it means parsing an object hierarchy... at first I thought maybe through the streaming api, but there's no writer... and dsl's might be too much overhead. I think if I run into too many problems w/ it, i'll just switch to JsonRPC, which should be MUCH easier to handle w/ Klaxon... thanks anyways!
c
If you end up doing that, I’d like to know how it was easier with JsonRPC so I can see if I can do the same thing in Klaxon
Also you could file an issue with what you’d want exactly, happy to look into it
d
Thanks!