[Web-SIG] Time a for JSON parser in the standard library?

Robert Brewer fumanchu at aminus.org
Mon Mar 24 18:30:29 CET 2008


Bob Ippolito wrote: 
> I chose to only support the basic types out of the box, but you can
> specialize the decoder and encoder any way you want, e.g. to provide a
> JSON serialization scheme where you get a deque out if you put one in.
> I can imagine scenarios where you would want to encode decimal as a
> string for example, because the other end is probably going to parse
> JSON numbers as doubles.

Thanks for allowing that; the last 3 JSON projects I've been involved
with have had Python on both ends, and always passed Decimal, never
floating-point.


Robert Brewer
fumanchu at aminus.org



More information about the Web-SIG mailing list