For example, I have an Json string with double field like this:

{"f":123.456}

How can I receive double value 123.456 as string, not as double, to make shure that I haven't got any implicit roundings?