diff options
author | Volpeon <github@volpeon.ink> | 2023-05-26 11:42:24 +0200 |
---|---|---|
committer | Volpeon <github@volpeon.ink> | 2023-05-26 11:42:24 +0200 |
commit | 86343a6185d490a2801db1307c19ede9b28994ca (patch) | |
tree | a8362e892a8bc0bebd66f6b9827d2463e92ee9ba | |
parent | Metadata adjustments (diff) | |
download | hs-jsonld-86343a6185d490a2801db1307c19ede9b28994ca.tar.gz hs-jsonld-86343a6185d490a2801db1307c19ede9b28994ca.tar.bz2 hs-jsonld-86343a6185d490a2801db1307c19ede9b28994ca.zip |
Update readme
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1 +1,13 @@ | |||
1 | # jsonld | 1 | # jsonld |
2 | |||
3 | An 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 | |||
7 | Tests 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% | | ||