From d5ffe9a8fc8e8deb43d1db26f17df28900838a48 Mon Sep 17 00:00:00 2001 From: Pascal Casier Date: Sat, 2 Oct 2021 17:13:40 +0000 Subject: [PATCH] Fix: Some JSON interpreter cannot handle the extra ',' at the end. --- src/main/resources/countriesV2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/countriesV2.json b/src/main/resources/countriesV2.json index 3e93da7..53613b4 100644 --- a/src/main/resources/countriesV2.json +++ b/src/main/resources/countriesV2.json @@ -172,7 +172,7 @@ "ja": "\u30aa\u30fc\u30e9\u30f3\u30c9\u8af8\u5cf6", "nl": "\u00c5landeilanden", "pl": "Wyspy Alandzkie", - "pt": "Ilhas de Aland", + "pt": "Ilhas de Aland" }, "cioc": "" }, @@ -8727,7 +8727,7 @@ "ja": "\u9999\u6e2f", "nl": "Hongkong", "pl": "Hongkong", - "pt": "Hong Kong", + "pt": "Hong Kong" }, "cioc": "HKG" }, @@ -17977,7 +17977,7 @@ "ja": "\u5357\u30b9\u30fc\u30c0\u30f3", "nl": "Zuid-Soedan", "pl": "Sudan Po\u0142udniowy", - "pt": "Sud\u00e3o do Sul", + "pt": "Sud\u00e3o do Sul" }, "cioc": "SSD" },