Some JSON-LD processors provide a “Safe Mode” to error out instead of silently dropping data when performing certain operations, e.g. https://github.com/digitalbazaar/jsonld.js#safe-mode
This is not part of the standard but discussed in w3c/json-ld-api#629
It would be very helpful to have such behavior in the json-ld gem to catch errors earlier and avoid certain footguns.
Some JSON-LD processors provide a “Safe Mode” to error out instead of silently dropping data when performing certain operations, e.g. https://github.com/digitalbazaar/jsonld.js#safe-mode
This is not part of the standard but discussed in w3c/json-ld-api#629
It would be very helpful to have such behavior in the
json-ldgem to catch errors earlier and avoid certain footguns.