Created
November 7, 2012 21:15
-
-
Save atz/4034521 to your computer and use it in GitHub Desktop.
example post (now w/ multi-payload)
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
[ | |
{ | |
"payload": { | |
"_name": "tag_g1a", | |
"emp_nb": "123123123", | |
"recording_id": "456", | |
"tags": [ 'tag one', 'tag two' ], | |
"present": "1", | |
} | |
}, | |
{ | |
"payload": { | |
"_name": "tag_g1b", | |
"emp_nb": "77777", | |
"recording_id": "921", | |
"tags": [ 'tag five', 'taggy tag tag' ], | |
"present": "1", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment