@@ -364,28 +364,6 @@ The `safe` options flag set to `true` enables this behavior:
364
364
const expanded = await jsonld .expand (data, {safe: true });
365
365
```
366
366
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
] [ ] :
[email protected]
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
-
389
367
Tests
390
368
-----
391
369
@@ -483,6 +461,28 @@ See `tests/test.js` for more `TEST_ENV` control and options.
483
461
These reports can be compared with the ` benchmarks/compare/ ` tool and at the
484
462
[ JSON-LD Benchmarks] [ ] site.
485
463
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
] [ ] :
[email protected]
485
+
486
486
[ Digital Bazaar ] : https://digitalbazaar.com/
487
487
488
488
[ JSON-LD 1.0 API ] : http://www.w3.org/TR/2014/REC-json-ld-api-20140116/
0 commit comments