yagiz / Bagel

a little native network debugging tool for iOS
Apache License 2.0
4.35k stars 317 forks source link

Cleanup URL formatting in JSON strings #58

Closed colinhumber closed 3 years ago

colinhumber commented 4 years ago

Replaces escaped slashes in URLs (eg. http:\/\/google.com) with unescaped slashed (eg. http://google.com)