blob: c047aeed0db33117e2bce34e9dfde52062df7446 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# jsonld
An implementation of the [JSON-LD 1.1](https://www.w3.org/TR/json-ld/) (JSON-based Serialization for Linked Data) specification.
## Conformance
Tests are generated from the [official test suite](https://github.com/w3c/json-ld-api/tree/master/tests).
| Feature | Tests | Pass | Status |
| ---------- | ----- | ---- | ------ |
| Expansion | 382 | 382 | 100% |
| Flattening | 58 | 57 | 98% |
| Compaction | ? | 0 | 0% |
|