Skip to content

Instantly share code, notes, and snippets.

@kodakvn
Last active October 3, 2019 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kodakvn/24920621fb47f26ad6249748e60f6f78 to your computer and use it in GitHub Desktop.
Save kodakvn/24920621fb47f26ad6249748e60f6f78 to your computer and use it in GitHub Desktop.
Example todos for Alamofire with SwiftyJSON
{
"todos": [
{
"id": 1,
"value": "Newman Strong",
"type": "personal"
},
{
"id": 2,
"value": "Leonor Osborn",
"type": "personal"
},
{
"id": 3,
"value": "May Dale",
"type": "work"
},
{
"id": 4,
"value": "Sellers Mercado",
"type": "work"
},
{
"id": 5,
"value": "Autumn Logan",
"type": "work"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment