Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 6.43 KB | None | 0 0
  1. >>> import json
  2. >>> text = ''')]}',
  3. ... {"id":270217,"parent_id":270131,"country_id":144,"sex":"F","first_name":"Tatyana","last_name":"Nosyreva","nick_name":"Tan999","is_company_name":0,"company_name":"Home","status":"ACTIVE","birthday":"1962-12-06","balance":2265.89479,"balance_token":27757.2021,"balance_buyed":0,"balance_token_buyed":0,"balance_earned":2265.89479,"balance_token_earned":27757.2021,"balance_token_deposit_percent":"0.00000","city":"Bryansk","network_size":2688,"new_network_members":0,"new_events":4,"new_follower_events":1,"packet":"VIP","stat_new_offers":0,"stat_new_offers_requests":0,"stat_new_search_requests":0,"stat_new_search_requests_offers":0,"stat_awaiting_feedbacks":0,"parent_registration_bonus":"50.00","registration_from_desktop":0,"show_start_popup":1,"show_friends_invite_popup":1,"later_profile_fillup_date":0,"is_moderator":0,"block_parent_team_requests":1,"validation_phone_status":"VALIDATED","delay_invited_member":0,"is_blocked_in_trollbox":0,"pixel_registration_notified":1,"allow_moderator_country_change":0,"is_update_country_after_login":1,"video_identification_status":"ACCEPTED_MANUAL","force_show_video_ident_in_profile":0,"not_force_packet_selection":false,"availableStickRequestsCount":0,"teamChangeFinishTime":false,"showTeamleaderFeedbackNotification":false,"avatarFile":{"id":"4026415d1ae5ae11a08590bd10fdfe10600bf10b296ae6b","thumbs":{"avatar":"\/thumbs\/bb\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatar_0.jpg","avatarSmall":"\/thumbs\/bb\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatarSmall_0.jpg"}},"use_app":false,"labels":{"itemsSelected":"ausgew\u00e4hlt","search":"suchen...","select":"\u0412\u044b\u0431\u043e\u0440 \u0441\u0442\u0440\u0430\u043d\u044b","selectAll":"Alle ausw\u00e4hlen","unselectAll":"Auswahl aufheben"},"currentCountry":{"country_id":144,"country_name":"\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f","country_shortname":"ru"},"serverTime":"2019-01-21T18:33:33Z"}'''[6:]
  4. >>> text
  5. '{"id":270217,"parent_id":270131,"country_id":144,"sex":"F","first_name":"Tatyana","last_name":"Nosyreva","nick_name":"Tan999","is_company_name":0,"company_name":"Home","status":"ACTIVE","birthday":"1962-12-06","balance":2265.89479,"balance_token":27757.2021,"balance_buyed":0,"balance_token_buyed":0,"balance_earned":2265.89479,"balance_token_earned":27757.2021,"balance_token_deposit_percent":"0.00000","city":"Bryansk","network_size":2688,"new_network_members":0,"new_events":4,"new_follower_events":1,"packet":"VIP","stat_new_offers":0,"stat_new_offers_requests":0,"stat_new_search_requests":0,"stat_new_search_requests_offers":0,"stat_awaiting_feedbacks":0,"parent_registration_bonus":"50.00","registration_from_desktop":0,"show_start_popup":1,"show_friends_invite_popup":1,"later_profile_fillup_date":0,"is_moderator":0,"block_parent_team_requests":1,"validation_phone_status":"VALIDATED","delay_invited_member":0,"is_blocked_in_trollbox":0,"pixel_registration_notified":1,"allow_moderator_country_change":0,"is_update_country_after_login":1,"video_identification_status":"ACCEPTED_MANUAL","force_show_video_ident_in_profile":0,"not_force_packet_selection":false,"availableStickRequestsCount":0,"teamChangeFinishTime":false,"showTeamleaderFeedbackNotification":false,"avatarFile":{"id":"4026415d1ae5ae11a08590bd10fdfe10600bf10b296ae6b","thumbs":{"avatar":"\\/thumbs\\/bb\\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatar_0.jpg","avatarSmall":"\\/thumbs\\/bb\\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatarSmall_0.jpg"}},"use_app":false,"labels":{"itemsSelected":"ausgewählt","search":"suchen...","select":"Выбор страны","selectAll":"Alle auswählen","unselectAll":"Auswahl aufheben"},"currentCountry":{"country_id":144,"country_name":"Российская Федерация","country_shortname":"ru"},"serverTime":"2019-01-21T18:33:33Z"}'
  6. >>> json.dumps(text)
  7. '"{\\"id\\":270217,\\"parent_id\\":270131,\\"country_id\\":144,\\"sex\\":\\"F\\",\\"first_name\\":\\"Tatyana\\",\\"last_name\\":\\"Nosyreva\\",\\"nick_name\\":\\"Tan999\\",\\"is_company_name\\":0,\\"company_name\\":\\"Home\\",\\"status\\":\\"ACTIVE\\",\\"birthday\\":\\"1962-12-06\\",\\"balance\\":2265.89479,\\"balance_token\\":27757.2021,\\"balance_buyed\\":0,\\"balance_token_buyed\\":0,\\"balance_earned\\":2265.89479,\\"balance_token_earned\\":27757.2021,\\"balance_token_deposit_percent\\":\\"0.00000\\",\\"city\\":\\"Bryansk\\",\\"network_size\\":2688,\\"new_network_members\\":0,\\"new_events\\":4,\\"new_follower_events\\":1,\\"packet\\":\\"VIP\\",\\"stat_new_offers\\":0,\\"stat_new_offers_requests\\":0,\\"stat_new_search_requests\\":0,\\"stat_new_search_requests_offers\\":0,\\"stat_awaiting_feedbacks\\":0,\\"parent_registration_bonus\\":\\"50.00\\",\\"registration_from_desktop\\":0,\\"show_start_popup\\":1,\\"show_friends_invite_popup\\":1,\\"later_profile_fillup_date\\":0,\\"is_moderator\\":0,\\"block_parent_team_requests\\":1,\\"validation_phone_status\\":\\"VALIDATED\\",\\"delay_invited_member\\":0,\\"is_blocked_in_trollbox\\":0,\\"pixel_registration_notified\\":1,\\"allow_moderator_country_change\\":0,\\"is_update_country_after_login\\":1,\\"video_identification_status\\":\\"ACCEPTED_MANUAL\\",\\"force_show_video_ident_in_profile\\":0,\\"not_force_packet_selection\\":false,\\"availableStickRequestsCount\\":0,\\"teamChangeFinishTime\\":false,\\"showTeamleaderFeedbackNotification\\":false,\\"avatarFile\\":{\\"id\\":\\"4026415d1ae5ae11a08590bd10fdfe10600bf10b296ae6b\\",\\"thumbs\\":{\\"avatar\\":\\"\\\\/thumbs\\\\/bb\\\\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatar_0.jpg\\",\\"avatarSmall\\":\\"\\\\/thumbs\\\\/bb\\\\/files_04%25252F02%25252F64%25252F4026415_c2b558c1194e99e7eaf9f063c7abd6a397df8ab2.png_avatarSmall_0.jpg\\"}},\\"use_app\\":false,\\"labels\\":{\\"itemsSelected\\":\\"ausgew\\u00e4hlt\\",\\"search\\":\\"suchen...\\",\\"select\\":\\"\\u0412\\u044b\\u0431\\u043e\\u0440 \\u0441\\u0442\\u0440\\u0430\\u043d\\u044b\\",\\"selectAll\\":\\"Alle ausw\\u00e4hlen\\",\\"unselectAll\\":\\"Auswahl aufheben\\"},\\"currentCountry\\":{\\"country_id\\":144,\\"country_name\\":\\"\\u0420\\u043e\\u0441\\u0441\\u0438\\u0439\\u0441\\u043a\\u0430\\u044f \\u0424\\u0435\\u0434\\u0435\\u0440\\u0430\\u0446\\u0438\\u044f\\",\\"country_shortname\\":\\"ru\\"},\\"serverTime\\":\\"2019-01-21T18:33:33Z\\"}"'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement