Reputation: 58652
I have a crooked data """" { ... } """
I want to polish it out a little bit.
How do I take off "
before my open {
and also take off the "
after my closing }
?
Example
"""
{\n
"ip": "50.198.81.174",\n
"hostname": "50-198-81-174-static.hfc.comcastbusiness.net",\n
"city": "Braintree",\n
"region": "Massachusetts",\n
"country": "US",\n
"loc": "42.2038,-71.0022",\n
"org": "AS7922 Comcast Cable Communications, Inc.",\n
"postal": "02184"\n
}
"""
Upvotes: 0
Views: 474