Skip to content

Commit

Permalink
add JSON example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrfel committed Dec 5, 2016
1 parent e93d8de commit 00c8ddb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -138,6 +138,20 @@ country:
name: Andorra
```

***JSON***
```json
{
"country": [
{
"id_country": 2,
"iso2_code": "AD",
"iso3_code": "AND",
"name": "Andorra"
}
]
}
```

## Contributors

* Jorge A. Borges - Main Developer ([http://jorgeborges.me](http://jorgeborges.me))
Expand Down

0 comments on commit 00c8ddb

Please sign in to comment.