{
"city" : "THAYNE",
"loc" : [
-111.011354,
42.933026
],
"pop" : 505,
"state" : "WY",
"_id" : "83127"
}
I have this json syntax, and I would like to parse it to a Java object. First of all, I made a String array, to save every line of .json file. But after all I don't really know, what should I do.