I have a long JSON block that I would like to insert into the body. I see that I can import the file or paste it into the "Text" area. Is it possible then to convert this nested text to JSON so that I can use a good JSON editor? When I paste it into the Text area, and then toggle JSON, it overwrites the body (with a warning).
I think the final question is, how can I get the finished piece of JSON in the JSON editor in Paw?
Sample text I would like to insert:
{
"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
}
source
share