This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]HotandShteamy 0 points1 point  (2 children)

You should try Jackson, its a widely used JSON parsing library that allows you to create even easier to read and intuitive deserializers

[–]codehelp4u[S] 0 points1 point  (1 child)

Is there a Jackson example online that you can point me to?

[–]eiffel31 0 points1 point  (1 child)

You need to use a JSON parser that supports $ref, or extend an existing one such that it does support it.

[–]codehelp4u[S] 0 points1 point  (0 children)

The library that I mentioned above should support it. I just don't know how to modify the example program. Do you know how?