- From: Jakub Klímek via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Dec 2022 08:58:11 +0000
- To: public-dxwg-wg@w3.org
@pchampin
> or they can refrain to chose, and leave it to end users...
Well, technically, yes. But then the role of JSON-LD in "hiding RDF complexity for JSON users" is somehow diminished if we ask "JSON developers" to choose between
```json
"spatialResolutionInMeters": {
"@value": "3.14",
"@type": "xsd:decimal"
}
```
and
```json
"spatialResolutionInMeters": {
"@value": 3.14,
"@type": "xsd:double"
}
```
for, in JSON world, no apparent reason.
--
GitHub Notification of comment by jakubklimek
Please view or discuss this issue at https://github.com/w3c/dxwg/pull/1543#issuecomment-1333434406 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 December 2022 08:58:12 UTC