bothan icon indicating copy to clipboard operation
bothan copied to clipboard

Coerce obvious numbers into numerics on the way in

Open pikesley opened this issue 8 years ago • 0 comments

So something like

{
    "time": "2016-07-12T00:00:00",
    "value": "76631484"
}

would actually get stored as

{
    "time": "2016-07-12T00:00:00",
    "value": 76631484
}

pikesley avatar Jul 12 '16 10:07 pikesley