LinkedSoftwareDependencies / Components.js

🧩 A semantic dependency injection framework
https://componentsjs.readthedocs.io/
Other
41 stars 6 forks source link

Support raw JSON parameter values #37

Closed rubensworks closed 3 years ago

rubensworks commented 3 years ago

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.