aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f8725f..e74bcd1 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
1# jsonld 1# jsonld
2
3An implementation of the [JSON-LD 1.1](https://www.w3.org/TR/json-ld/) (JSON-based Serialization for Linked Data) specification.
4
5## Conformance
6
7Tests are generated from the [official test suite](https://github.com/w3c/json-ld-api/tree/master/tests).
8
9| Feature | Tests | Pass | Status |
10| ---------- | ----- | ---- | ------ |
11| Expansion | 371 | 371 | 100% |
12| Compaction | ? | 0 | 0% |
13| Flattening | ? | 0 | 0% |