dicom-json 0.8.2

DICOM data serialization to/from JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# DICOM-rs `json`

[![crates.io](https://img.shields.io/crates/v/dicom-json.svg)](https://crates.io/crates/dicom-json)
[![Documentation](https://docs.rs/dicom-json/badge.svg)](https://docs.rs/dicom-json)

This sub-project is directed at users of the DICOM-rs ecosystem.
It provides serialization of DICOM data to JSON
and deserialization of JSON to DICOM data,
as per the [DICOM standard part 18 chapter F][1].

[1]: https://dicom.nema.org/medical/dicom/current/output/chtml/part18/chapter_F.html

This crate is part of the [DICOM-rs](https://github.com/Enet4/dicom-rs) project.