skip to Main Content

is in python a deep json parsing?

I have next code: import json string = b'{"campaign_id":6,"email":"[email protected]","time":"2024-01-26T06:05:59.852155Z","message":"Submitted Data","details":"{\"payload\":{\"__RequestVerificationToken\":[\"CfDJ8EfyW-fedawawdawdwadwadwawadawd-6xqg_ZIdEJBpbAHkDQdNM\"],\"__original_url\":[\"https://test-test-test.ru/\"],\"password\":[\"test\"],\"qwe\":[\"Gg4gTWg\"],\"username\":[\"test\"]},\"browser\":{\"address\":\"1.1.1.1\",\"user-agent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0\"}}"}' a = json.loads(string) Problem is not parsing dict by key details. If you make json.loads, you will see that in key value…

VIEW QUESTION

icon is not working in react native paper text input

Code <TextInput mode="outlined" label="Enter Password" outlineColor="#000" activeOutlineColor="#0073D9" right={<TextInput.Icon name="eye" />} style={{ backgroundColor: '#eee', marginRight: scale(20), marginLeft: scale(20), }} value={Pass} onChangeText={(text) => setPass(text)} /> Output How to add an icon in react native paper text input?

VIEW QUESTION

Problem with installation of Steam on CentOS 8

After updating graphics card and during installation of Steam on CentOS 8 I get: [root@comp pawel]# yum install epel-release Error: Problem: conflicting requests - nothing provides libxcrypt-compat(x86-32) needed by steam-1.0.0.66-2.el8.i686 [root@comp pawel]# yum install libxcrypt-compat No match for argument: libxcrypt-compat…

VIEW QUESTION
Back To Top
Search