Table of Contents

  1. Intro
  2. Example
  3. License
  4. Issues?

Intro

Need a JSON encoded list of country names and their ISO 3166-1-alpha-2 codes?

I recently created this for a one of my Joomla based extensions and thought it might be useful for others.

Example

{
"Name": "Australia",
"Code": "AU"
}

License

Dual licensed under the MIT and GPL licenses:

Issues

Do you have an issue? Found a bug? Want to request a new feature? Then create a new issue here.