I have a case of this code not returning the correct decimals
lojson = createobject("wwjsonserializer")
lcjson = lojson.serialize("cursor:cr1")
numeric fields of $2.00 are being returned with just 2?
e.g. "p_sellsfor":2, should be "p_sellsfor":2.00
How do I tweak this for correct decimals?
Thanks,
Joy