Skip to content

Instantly share code, notes, and snippets.

@otarza
Last active August 29, 2015 13:59
Show Gist options
  • Save otarza/10861226 to your computer and use it in GitHub Desktop.
Save otarza/10861226 to your computer and use it in GitHub Desktop.
{"customer":
{
"id":1,
"name":"Cyberia",
"email":"[email protected]",
"phone":"59339459438",
"contactPerson":"Merab Zakalashvili",
"siterUrl":"http://cyberia.ge",
"logoUrl":"http://cyberia.ge/logo.png",
"projects": [1, 2, 4]
}
}
{
"customers":
[
{"id": 1, "name": "Cyberia", "email": "[email protected]", "phone": "59339459438", "contactPerson": "Merab Zakalashvili", "siterUrl": "http://cyberia.ge", "logoUrl": "http://cyberia.ge/logo.png", "projects": [1, 2, 4]},
{"id": 2, "name": "Cyberia", "email": "[email protected]", "phone": "59339459438", "contactPerson": "Merab Zakalashvili", "siterUrl": "http://cyberia.ge", "logoUrl": "http://cyberia.ge/logo.png", "projects": [1, 2, 4]},
{"id": 2, "name": "Cyberia", "email": "[email protected]", "phone": "59339459438", "contactPerson": "Merab Zakalashvili", "siterUrl": "http://cyberia.ge", "logoUrl": "http://cyberia.ge/logo.png", "projects": [1, 2, 4]}
]
}
{
"job":
{
"id": 1,
"name": "ProjectX",
"description": "Description of ProjectX",
"project": 1,
"chunks": [1, 4, 5]
}
}
{
"jobs":
[
{"id": 1, "name": "ProjectX", "description": "Description of ProjectX", "project": 1, "chunks": [1, 4, 5]},
{"id": 2, "name": "ProjectX", "description": "Description of ProjectX", "project": 1, "chunks": [1, 4, 5]},
{"id": 3, "name": "ProjectX", "description": "Description of ProjectX", "project": 1, "chunks": [1, 4, 5]}
]
}
{"project":
{
"id": 1,
"name": "ProjectX",
"description": "Description of ProjectX",
"customer": 1,
"jobs": [1, 4, 5]
}
}
{"projects":
[
{"id": 1, "name": "ProjectX", "description": "Description of ProjectX", "customer": 1, "jobs": [1, 4, 5]},
{"id": 2, "name": "ProjectY", "description": "Description of ProjectY", "customer": 1, "jobs": [1, 4, 5]},
{"id": 3, "name": "ProjectZ", "description": "Description of ProjectZ", "customer": 1, "jobs": [1, 4, 5]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment