Mitar
Mitar
+1 We do measurements of our sensors at regular intervals. It is very useful to be able to store that there was a measurement cycle run but no value was...
BTW, is NaN and null value the same for the purpose of this ticket?
Or, alternatively, one should be able to store `null` values. :-)
But when doing for example `COUNT`, it is good that NaN values are ignored the same as `null` values.
What has JSON support for those values with wanting to store those values into a database?
Got hit by the same issue.
Related: #26
Yes, they are not exactly the same.
Use [VersionFlag](https://github.com/alecthomas/kong/blob/master/util.go#L30).