aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 82ac774abba49b2b0da9c6abc2d9503819deb57a (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 | 55    | 54   | 98%    |
| Flattening | ?     | 0    | 0%     |