Created
August 8, 2012 19:33
-
-
Save fractaloop/3297945 to your computer and use it in GitHub Desktop.
server response for http://jsfiddle.net/fractaloop/2UD2j/
This file contains 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
{ | |
"flow": { | |
"_id": 1001, | |
"name": "Twitter", | |
"stages": [ | |
{ | |
"_id": 2001, | |
"flow_id": 1001, | |
"name": "Reader" | |
}, | |
{ | |
"_id": 2002, | |
"flow_id": 1001, | |
"name": "Writer" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment