open-flash/swf-types

Serialize fixed point numbers using their value

Opened this issue · 0 comments

Fixed point numbers are serialized using their epsilons. This may be confusing to simple consumers of the JSON output. We should look into serializing the value instead. Care should be given when deserializing to ensure that we do not accept invalid values.

See open-flash/swf-parser#132