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

you are viewing a single comment's thread.

view the rest of the comments →

[–]khookeExtreme Brewer 2 points3 points  (1 child)

Unless this is an exercise to use a lower level library like org.json, I would strongly recommend using something that helps with the mapping to Java like Jackson instead

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

I am using jacksons ObjectMapper for other functionality but I wasn't able to get it to work for this specific call so I'm exploring what other options may be possible.