Skip to content

Instantly share code, notes, and snippets.

@stirno
Created September 22, 2011 00:21
Show Gist options
  • Save stirno/1233718 to your computer and use it in GitHub Desktop.
Save stirno/1233718 to your computer and use it in GitHub Desktop.
{
"GroupObjects": [
{
"Id": 1,
"ValueIds": [
1,
2,
3
],
"ImportantIds": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
],
"OtherField1": 7,
"OtherField2": 13
},
{
"Id": 2,
"ValueIds": [
1,
2,
3,
4
],
"ImportantIds": [
1,
2,
3,
4,
5,
6
],
"OtherField1": 7,
"OtherField2": 13
},
{
"Id": 3,
"ValueIds": [
1,
2,
3
],
"ImportantIds": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15
],
"OtherField1": 7,
"OtherField2": 13
},
"MainValueIds": [
1,
2,
3
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment