actolap / json-io

Automatically exported from code.google.com/p/json-io
0 stars 0 forks source link

Float NaN value causes token exception (expects null) #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a simple object with a float member and a NaN value
2. Make a JSON String from the object
3. Try to make an object from the JSON String

What is the expected output? What do you see instead?
Object with original values. Exception null token expected.

What version of the product are you using? On what operating system?
GIT Trunk 3835d21aa371fd24e092f10e6deeccb1c75efe49

Please provide any additional information below.
Not needed.

Original issue reported on code.google.com by foster...@gmail.com on 20 May 2015 at 8:02