Skip to content

Commit

Permalink
Merge pull request #2 from susemi99/develop
Browse files Browse the repository at this point in the history
change readme
  • Loading branch information
Changhoon, Jin committed Feb 25, 2016
2 parents 9c3686d + 4ceb48e commit a5ce872
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,55 @@
# RetrofitSample
# RetrofitSample
Retrofit : http://square.github.io/retrofit/


``` json
// jackson1.json
{
"name":"title1",
"url":"http://google.co.kr/1"
}
```

``` json
// jackson2.json
[
{
"name":"title1",
"url":"http://google.co.kr/1"
},
{
"name":"title2",
"url":"http://google.co.kr/2"
}
]
```

``` json
// jackson3.json
{
"result":[
{
"name":"title1",
"url":"http://google.co.kr/1"
},
{
"name":"title2",
"url":"http://google.co.kr/2"
},
{
"name":"title3",
"url":"http://google.co.kr/3"
}]
}
```

``` json
// jackson4.json
{
"result":
{
"name":"title1",
"url":"http://google.co.kr/1"
}
}
```

0 comments on commit a5ce872

Please sign in to comment.