Created
September 19, 2018 18:52
-
-
Save nikunjkotecha/6faf80f06ebdc84e53b73f6916c9f878 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: [ | |
{ | |
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