Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchanghoon committed Feb 25, 2016
1 parent 6187c04 commit 4ceb48e
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion README.md
@@ -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 4ceb48e

Please sign in to comment.