Open cdawei opened 5 months ago
RDF:
JSON:
For example, in the keypod app, it seems clear to use JSON and store something like below usually won't cause any problem.
keypod
{[{"key": "ACT", "value": "Canberra"}, {"key": "NSW", "value": "Sydney"}]}
In other words, some trade-off between being more precise (RDF) versus being more convenient and efficient (JSON).
RDF:
JSON:
For example, in the
keypod
app, it seems clear to use JSON and store something like below usually won't cause any problem.In other words, some trade-off between being more precise (RDF) versus being more convenient and efficient (JSON).