JSON-LD REST Services

Component ID

1542894

Component name

JSON-LD REST Services

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

2040

Component created

Component changed

Component body

JSON-LD (JavaScript Object Notation for Linking Data) is a lightweight Linked Data format that gives your data context. It is easy for humans to read and write. It is easy for machines to parse and generate.

This module output Drupal entities as JSON-LD via the RESTful Web Services. It currently requires the RDF Extensions as well. This module uses the php-json-ld library which will automatically be downloaded if the module is enabled via drush.

To view the JSON-LD output, use the .jsonld extension after your entity URI, for example node/1.jsonld.

This module is experimental and under active development.