@@ -364,28 +364,6 @@ The `safe` options flag set to `true` enables this behavior:
364364const expanded = await jsonld .expand (data, {safe: true });
365365```
366366
367- Related Modules
368- ---------------
369-
370- * [ jsonld-cli] [ ] : A command line interface tool called ` jsonld ` that exposes
371- most of the basic jsonld.js API.
372- * [ jsonld-request] [ ] : A module that can read data from stdin, URLs, and files
373- and in various formats and return JSON-LD.
374-
375- Commercial Support
376- ------------------
377-
378- Commercial support for this library is available upon request from
379- [ Digital Bazaar] [ ] : support@digitalbazaar.com
380-
381- Source
382- ------
383-
384- The source code for the JavaScript implementation of the JSON-LD API
385- is available at:
386-
387- https://github.com/digitalbazaar/jsonld.js
388-
389367Tests
390368-----
391369
@@ -483,6 +461,28 @@ See `tests/test.js` for more `TEST_ENV` control and options.
483461These reports can be compared with the ` benchmarks/compare/ ` tool and at the
484462[ JSON-LD Benchmarks] [ ] site.
485463
464+ Related Modules
465+ ---------------
466+
467+ * [ jsonld-cli] [ ] : A command line interface tool called ` jsonld ` that exposes
468+ most of the basic jsonld.js API.
469+ * [ jsonld-request] [ ] : A module that can read data from stdin, URLs, and files
470+ and in various formats and return JSON-LD.
471+
472+ Source
473+ ------
474+
475+ The source code for the JavaScript implementation of the JSON-LD API
476+ is available at:
477+
478+ https://github.com/digitalbazaar/jsonld.js
479+
480+ Commercial Support
481+ ------------------
482+
483+ Commercial support for this library is available upon request from
484+ [ Digital Bazaar] [ ] : support@digitalbazaar.com
485+
486486[ Digital Bazaar ] : https://digitalbazaar.com/
487487
488488[ JSON-LD 1.0 API ] : http://www.w3.org/TR/2014/REC-json-ld-api-20140116/
0 commit comments