|
|
|
|
|
by pfooti
3348 days ago
|
|
literally the only use case I see here is dates. Like everything else I can infer the type of the field based on its contents. "boolean": false, no kidding. "event_ts": 1223349483, is that an index number or milliseconds since epoch or what? Well, probably ms since epoch, but my one gripe about json is that there's no good way to push dates without domain knowledge (anything whose property name ends in _at or _ts gets converted? all numbers in a certain range get converted?) |
|
{ "date": "1937-01-01T12:00:27.87+00:20" }
As you can see, JSON doesn't stop anyone from using RFC3339 to encode dates.