|
|
|
|
|
by thrown_22
1408 days ago
|
|
>since they agree on what the basic datatypes are That is not the job of the data format, that is the job of the meta data format. That this is still a draft tells you how far behind json is: https://json-schema.org/draft/2020-12/json-schema-core.html Again, json is gods way of teaching bad devs why xml is such a mess. |
|
In theory maybe. In practice it's really nice that all JSON documents have the same standard handful of basic datatypes (number, string, etc.).
> Again, json is gods way of teaching bad devs why xml is such a mess.
Maybe that's the lesson bad devs take from it. Good devs take something rather different from it.