Created
September 15, 2010 07:46
-
-
Save bikashp/580384 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Find info for these 50 companies", | |
| "line_id": 23453453, | |
| "order": {"amount": 23454, "service_charge": 2342}, | |
| "stations": [ | |
| { "station_id": 312, | |
| "units": [ | |
| {"results": [{"task_id": "234s324sdff", "ceo": "56Steve Jobs", "email": "info@apple.com"}]}, | |
| {"results": [{"task_id": "sdfwewer324324", "ceo": "56Steve Balmer", "email": "info@microsoft.com"}]}, | |
| {"results": [{"task_id": "sdf234324", "ceo": "5Larry Page", "email": "info@google.com"}]} | |
| ] | |
| }, | |
| { "station_id": 1234, | |
| "units": [ | |
| {"results": [{"task_id": "sdfwe234", "ceo": "45Steve Jobs", "email": "info@apple.com"}]}, | |
| {"results": [{"task_id": "234sdfsfd", "ceo": "45Steve Balmer", "email": "info@microsoft.com"}]}, | |
| {"results": [{"task_id": "sdfsdfsdfwerwer234", "ceo": "45Larry Page", "email": "info@google.com"}]} | |
| ] | |
| }, | |
| { "station_id": 123, | |
| "units": [ | |
| {"results": [{"task_id": "23423432dsfdsf", "ceo": "12Steve Jobs", "email": "info@apple.com"}]}, | |
| {"results": [{"task_id": "234234sdfsdf", "ceo": "12Steve Balmer", "email": "info@microsoft.com"}]}, | |
| {"results": [{"task_id": "2342dsafdsf", "ceo": "12Larry Page", "email": "info@google.com"}]} | |
| ] | |
| }, | |
| { "station_id": 234, | |
| "units": [ | |
| {"results": [{"task_id": "wer234fsadfw324", "ceo": "23Steve Jobs", "email": "info@apple.com"}]}, | |
| {"results": [{"task_id": "sdf324234ffff", "ceo": "23Steve Balmer", "email": "info@microsoft.com"}]}, | |
| {"results": [{"task_id": "sdfsdf34234342", "ceo": "23Larry Page", "email": "info@google.com"}]} | |
| ] | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Find info for these 50 companies", | |
| "line_id": 23453453, | |
| "order": {"amount": 23454, "service_charge": 2342}, | |
| "units": [ | |
| { | |
| "station_instances":[ | |
| { | |
| "station_id": 121, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| }, | |
| { | |
| "station_id": 122, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| }, | |
| { | |
| "station_id": 123, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| } | |
| ] | |
| }, | |
| "station_instances":[ | |
| { | |
| "station_id": 121, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| }, | |
| { | |
| "station_id": 122, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| }, | |
| { | |
| "station_id": 123, | |
| "data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"title": "Find info for these 50 companies",
"line_id": 23453453,
"order": {"amount": 23454, "service_charge": 2342},
"units": [
{
"station_instances":[
{
"station_id": 121,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
},
{
"station_id": 122,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
},
{
"station_id": 123,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
}
]
},
"station_instances":[
{
"station_id": 121,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
},
{
"station_id": 122,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
},
{
"station_id": 123,
"data": [{"task_id": "234s324sdff","worker_id": "234dsfsdf3424", "company": "Apple", "website": "http://www.apple.com"}]
}
]
}
]
}