bothan
bothan copied to clipboard
Coerce obvious numbers into numerics on the way in
So something like
{
"time": "2016-07-12T00:00:00",
"value": "76631484"
}
would actually get stored as
{
"time": "2016-07-12T00:00:00",
"value": 76631484
}