Closed GoogleCodeExporter closed 8 years ago
Many thanks for filing this.
The problem is that the stripping of the whitespace generally occurs before
(and after obviously) those methods
are performed. To perform them again inside the method would incur a (slight)
performance hit for the general
case.
That said I think you do have a valid bug and will think about a solution.
Original comment by jwight
on 13 Jan 2010 at 3:31
Maybe the easiest solution is to remove deserializeAsDictionary:error: and
deserializeAsArray:error: from the CJSONDeserializer header. All the
deserialize methods return id anyway…
Original comment by cedric.l...@gmail.com
on 4 Jun 2010 at 2:10
Fixed in latest github.
Original comment by jwight
on 1 Nov 2010 at 7:31
Original issue reported on code.google.com by
cedric.l...@gmail.com
on 13 Jan 2010 at 3:24