As of JSON-LD 1.1, properties can be annotated with @json, which will make the JSON-LD parser return the property values as raw JSON strings.
We could build on top of this to allow components to accept raw JSON values if parameters are annotated with @json.
As of JSON-LD 1.1, properties can be annotated with
@json
, which will make the JSON-LD parser return the property values as raw JSON strings. We could build on top of this to allow components to accept raw JSON values if parameters are annotated with@json
.