Another JSON fix

This commit is contained in:
Robin Ward 2015-09-24 16:46:43 -04:00
parent 1e1d3a7bd1
commit 8844abdb30
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ So for example if the API returned a different structure like this:
"user": {
"id": 1234,
"email": {
"address": 'test@example.com'
"address": "test@example.com"
}
}
}