With JS frameworks, and more generally REST APIs/HTTP requests, the current JSON structures are not much help, since we can't programmatically target keys.
How about this structure?
[
{
id: 'AF',
value:'Afghanistan'
},
{
id: 'ZA',
value:'Afrique du Sud'
},
...
]