-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnew2.json
More file actions
31 lines (31 loc) · 853 Bytes
/
Copy pathnew2.json
File metadata and controls
31 lines (31 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
{
"operation": "+",
"description": "Plus",
"function": "sum",
"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440": "\u041d\u043e\u0440\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0439",
"arguments_count": 2,
"first_name": "NEW"
},
{
"operation": "-",
"\u0445\u0430\u0440\u0430\u043a\u0442\u0435\u0440": "\u041d\u043e\u0440\u0434\u0438\u0447\u0435\u0441\u043a\u0438\u0439",
"description": "sub",
"function": "lambda a, b: a - b",
"arguments_count": 2
},
{
"first_name": "asd",
"last_name": "asd",
"full_name": "asd asd",
"phone": "asd",
"city": "asd"
},
{
"first_name": "aaaa",
"last_name": "aaa",
"full_name": "aaaa aaa",
"phone": "aa",
"city": "aa"
}
]