Skip to content

Instantly share code, notes, and snippets.

@nikunjkotecha
Created September 19, 2018 18:52
Show Gist options
  • Save nikunjkotecha/6faf80f06ebdc84e53b73f6916c9f878 to your computer and use it in GitHub Desktop.
Save nikunjkotecha/6faf80f06ebdc84e53b73f6916c9f878 to your computer and use it in GitHub Desktop.
{
data: [
{
id: 1
scope: [
[
{
"key": "type",
"value": "1"
},
{
"key": "system",
"value": "101"
}
],
[
{
"key": "type",
"value": "1"
},
{
"key": "system",
"value": "105"
}
]
]
},
{
id: 2
scope: [
[
{
"key": "type",
"value": "1"
},
{
"key": "system",
"value": "101"
}
],
[
{
"key": "type",
"value": "5"
},
{
"key": "system",
"value": "106"
}
]
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment