konklone / json

A free, in-browser JSON to CSV converter.
https://konklone.io/json/
Other
755 stars 211 forks source link

Error parsing some specific JSON #182

Closed wataky closed 6 years ago

wataky commented 6 years ago

I'm having an issue converting this JSON:

{
   "sys":
   {
      "country":"GB",
      "sunrise":1381107633,
      "sunset":1381149604
   },
   "weather":[
      {
         "id":711,
         "main":"Smoke",
         "description":"smoke",
         "icon":"50n"
      }
   ],

  "main":
   {
      "temp":304.15,
      "pressure":1009,
   }
}
konklone commented 6 years ago

There's a comma at the end of "pressure": 1009, that is invalid JSON.