iancoleman / cia_world_factbook_api

Converts the CIA World Factbook into a json data structure
MIT License
199 stars 28 forks source link

Breakdown of lists starting with 'includes' needs improving #1

Open iancoleman opened 7 years ago

iancoleman commented 7 years ago

eg 2017-07-03_factbook.json

L7386

"ethnic_groups": {
  "ethnicity": [
    {
      "name": "Pacific Islander",
      "percent": 92.6,
      "breakdown": [
        {
          "name": "includes Samoan",
          "percent": 88.9
        },        
        {
          "name": "Tongan", 
          "percent": 2.9
        },        
        {
          "name": "other .8%"
        }
      ]
    },

L11657

"religions": {
  "religion": [
    {
      "name": "Protestant",
      "percent": 73.2,
      "breakdown": [
        {
          "name": "includes Anglican",
          "percent": 22.7
        },        
        {
          "name": "Methodist",
          "percent": 19.4
        },