JKISoftware / JKI-JSON-Serialization

JSON Serialization & Deserialization Library for LabVIEW
http://jki.net/tools#json
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

NaN (float) should output null {} #14

Closed jimkring closed 8 years ago

jimkring commented 8 years ago

Right now, serializing a LabVIEW NaN outputs NaN (no quotes) -- it should probably output a null object {}.

Current behavior: 2016-08-26_07-48-49

Need to also consider what happens with +Inf and -Inf

jimkring commented 8 years ago

Never mind. I see that this is a feature of the "Numeric Extensions" input.

2016-08-26_07-55-44