Created
March 17, 2011 00:34
-
-
Save dustingetz/873633 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
| "data": { | |
| "root": [ | |
| { | |
| "master_item_id": "Master ITEM ID 1", //repeating, should be list | |
| "a_created_date": "2011-03-09 13:48:30.823", | |
| "a_modified_by": "junit", | |
| "i_revision": 0, | |
| "i_id": "000300000000000000002BC7", | |
| "a_modified_date": "2011-03-09 13:48:30.823", | |
| "item_association_code": null, //repeating, should be empty list | |
| "a_created_by": "junit", | |
| "name": "CHOICE 1 Value" | |
| }, | |
| { | |
| "master_item_id": "Master ITEM ID 2", | |
| "a_created_date": "2011-03-09 13:48:30.886", | |
| "a_modified_by": "junit", | |
| "i_revision": 0, | |
| "i_id": "000300000000000000002BC8", | |
| "a_modified_date": "2011-03-09 13:48:30.886", | |
| "item_association_code": null, | |
| "a_created_by": "junit", | |
| "name": "CHOICE 2 Value" | |
| }, | |
| { | |
| "master_item_id": "Master ITEM ID 1", | |
| "a_created_date": "2011-03-09 13:48:30.917", | |
| "a_modified_by": "junit", | |
| "i_revision": 0, | |
| "i_id": "000300000000000000002BC9", | |
| "a_modified_date": "2011-03-09 13:48:30.917", | |
| "item_association_code": null, | |
| "a_created_by": "junit", | |
| "name": "CHOICE 3 Value" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment