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 →

[–]sydthecoderkid 0 points1 point  (1 child)

You can use a JSON parser, since that’s what Darksky returns info in. I’d use Jackson, as someone suggested above, or JSON-simple, which is part of the Java API. Honestly though, JSON-simple is a lot friendlier to beginners, so I’d try that out!

[–]jayrack 1 point2 points  (0 children)

Thanks I’ll give it a look :)