| Crates.io | json-ld-serialization |
| lib.rs | json-ld-serialization |
| version | 0.21.2 |
| created_at | 2024-04-09 13:18:54.189549+00 |
| updated_at | 2024-12-19 17:36:22.274933+00 |
| description | JSON-LD serialization |
| homepage | |
| repository | https://github.com/timothee-haudebourg/json-ld |
| max_upload_size | |
| id | 1202362 |
| size | 68,661 |
This crate implements JSON-LD serialization (from RDF dataset to JSON-LD)
through the linked_data
crate.
The input value can be an RDF dataset, or any type implementing
[linked_data::LinkedData].