diff options
| -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% | | ||
