Niclas Hedhman wrote:
And it ends up being a non-issue. The way we need to handle deserialization ends up being compatible with the old format.
I guess this is the best way not only because of being compatible with the old format, but with JSON itself. Since the 'J' stands for JavaScript and JavaScript has only one number type, which is a 64-bit floating point number. So to be a good JSON citizen only fp-numbers should be written as literals. Cheers, Georg _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

