Make sure the right content type like Content-Type: application/json; charset=utf-8 is correctly returned.
Content-Type: application/json; charset=utf-8
{ "user": { "email": "jake@jake.jake", "token": "jwt.token.here", "username": "jake", "bio": "I work at statefarm", "image": null }}
{ "profile": { "username": "jake", "bio": "I work at statefarm", "image": "https://api.realworld.io/images/smiley-cyrus.jpg", "following": false }}
{ "article": { "slug": "how-to-train-your-dragon", "title": "How to train your dragon", "description": "Ever wonder how?", "body": "It takes a Jacobian", "tagList": ["dragons", "training"], "createdAt": "2016-02-18T03:22:56.637Z", "updatedAt": "2016-02-18T03:48:35.824Z", "favorited": false, "favoritesCount": 0, "author": { "username": "jake", "bio": "I work at statefarm", "image": "https://i.stack.imgur.com/xHWG8.jpg", "following": false } }}
{ "articles":[{ "slug": "how-to-train-your-dragon", "title": "How to train your dragon", "description": "Ever wonder how?", "tagList": ["dragons", "training"], "createdAt": "2016-02-18T03:22:56.637Z", "updatedAt": "2016-02-18T03:48:35.824Z", "favorited": false, "favoritesCount": 0, "author": { "username": "jake", "bio": "I work at statefarm", "image": "https://i.stack.imgur.com/xHWG8.jpg", "following": false } }, { "slug": "how-to-train-your-dragon-2", "title": "How to train your dragon 2", "description": "So toothless", "tagList": ["dragons", "training"], "createdAt": "2016-02-18T03:22:56.637Z", "updatedAt": "2016-02-18T03:48:35.824Z", "favorited": false, "favoritesCount": 0, "author": { "username": "jake", "bio": "I work at statefarm", "image": "https://i.stack.imgur.com/xHWG8.jpg", "following": false } }], "articlesCount": 2}
{ "comment": { "id": 1, "createdAt": "2016-02-18T03:22:56.637Z", "updatedAt": "2016-02-18T03:22:56.637Z", "body": "It takes a Jacobian", "author": { "username": "jake", "bio": "I work at statefarm", "image": "https://i.stack.imgur.com/xHWG8.jpg", "following": false } }}
{ "comments": [{ "id": 1, "createdAt": "2016-02-18T03:22:56.637Z", "updatedAt": "2016-02-18T03:22:56.637Z", "body": "It takes a Jacobian", "author": { "username": "jake", "bio": "I work at statefarm", "image": "https://i.stack.imgur.com/xHWG8.jpg", "following": false } }]}
{ "tags": [ "reactjs", "angularjs" ]}