ИБ
by @RemiZOffAlex
Слушайте в Apple Podcasts, Google Podcasts, YouTube, Castbox, ВКонтакте и Яндекс Музыке
Size: a a a
ИБ
ИБ
TK
Д
ИБ
TK
N
AS
MK
ПП
ПП
M
ПП
M
V
AS
MK
MK
{
"users": [
{
"id": 1,
"gender": "man",
"permissions": [
{
"id": 3,
"category": "A",
"name": "foo-bar",
"other-key": "foo"},
{
"id": 9,
"category": "C",
"name": "foo-bar-c"}
],
"other-key": "foo"
},
{
"id": 2,
"gender": "woman",
"permissions": [
{
"id": 4,
"category": "A",
"name": "foo",
"other-key": "foo"},
{
"id": 8,
"category": "B",
"name": "foo-8"}
]
},
{
"id": 5,
"gender": "man",
"permissions": [
{
"id": 6,
"category": "B",
"name": "foo-bar-b"},
{
"id": 9,
"category": "C",
"name": "foo-bar-c",
"other-key": "foo"}
]
}
],
"filters": [
{
"attrKey": "gender",
"strategy": "equal",
"value": "man"
},
{
"attrKey": "permissions",
"strategy": "someFromArray",
"filters": [
{
"attrKey": "category",
"value": "B",
"strategy": "equal"
}
]
}
]
}