Closed indigoviolet closed 14 years ago
This is obviously coming from yajl's yajl_gen_double() function where it's doing an sprintf("%g"), which sets it to 6 digits by default. Is there a way around it?
Also see related issue that I opened on the yajl github: http://github.com/lloyd/yajl/issues#issue/15
Resolved with SHA: 44e8588f23b058b7ee930120c5a6a453aef10c42
I didn't notice anything in the JSON rfc that set the precision.