highsource/jsonix-schema-compiler

Long types should unmarshall to strings

Closed this issue · 1 comments

Because javascript will silently limit the precision of numbers that exceed 32 bits, the Long and UnsignedLong types should unmarshall into strings instead of numbers.

Woops, I added this in the wrong repo. Moving to highsource/jsonix#157