| Crates.io | json-ld-serialization-next |
| lib.rs | json-ld-serialization-next |
| version | 0.21.3 |
| created_at | 2025-05-08 13:00:53.374858+00 |
| updated_at | 2025-05-08 13:39:10.047718+00 |
| description | JSON-LD serialization |
| homepage | |
| repository | https://github.com/timothee-haudebourg/json-ld |
| max_upload_size | |
| id | 1665313 |
| size | 69,698 |
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].