paw app - Paste in pre-formatted JSON block -


i have lengthy block of json paste body. see can import file or paste text area. possible convert pasted text json can use nice json editor? when paste text area , switch json overwrites body (with warning).

i guess ultimate question here is, how can pre-built piece of json json editor in paw?

a sample of text paste is:

    {   "type": "user",   "id": "530370b477ad7120001d",   "user_id": "25",   "email": "wash@serenity.io",   "name": "hoban washburne",   "remote_created_at": 1392731331,   "updated_at": 1392734388,   "session_count": 0,   "last_seen_ip" : "1.2.3.4",   "unsubscribed_from_emails": false,   "last_request_at": 1397574667,   "remote_created_at": 1392734387,   "created_at": 1392734388,   "updated_at": 1398269574,   "session_count": 179,   "user_agent_data": "mozilla/5.0 (macintosh; intel mac os x 10.9",   "custom_attributes": {     "paid_subscriber" : true,     "monthly_spend": 155.5,     "team_mates": 1   } 

paw converts text bodies contains json json object. reason why doesn't work here because json missing last } (invalid syntax). otherwise, should work fine.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -