aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e74bcd1c126455e9bc7cd66e12bbb2b18b8cff57 (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  | 371   | 371  | 100%   |
| Compaction | ?     | 0    | 0%     |
| Flattening | ?     | 0    | 0%     |