I’m getting some JSON that looks like { “arbitrary...
# announcements
m
I’m getting some JSON that looks like { “arbitrary key”: “some string”, “some more”: “more strings” … }, but semantically it’s kinda like an ordered hashmap (or a list of tuples). What’s the simplest way to parse this and to what? Is there a good ordered hashmap somewhere?
k
LinkedHashMap
?
👍 1
m
Sounds good, thanks.
👍 1