Mbaroudi / puelia-php

Automatically exported from code.google.com/p/puelia-php
0 stars 0 forks source link

JSON format is escaping /s in URIs #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The JSON output from Puelia escapes the /s in URI values. There's no reason to 
do this (/s aren't 
significant characters within JSON strings): it just makes the JSON harder to 
read. The only charactes 
that need to be escaped in JSON strings are \ and ".

Original issue reported on code.google.com by jeni.ten...@gmail.com on 31 May 2010 at 12:37

GoogleCodeExporter commented 9 years ago

Original comment by jeni.ten...@gmail.com on 4 Jun 2010 at 11:58

GoogleCodeExporter commented 9 years ago
I'm using the standard php library for json encoding, and I don't want to 
change that
at this stage. 

Original comment by K.J.W.Al...@gmail.com on 7 Jun 2010 at 5:39