jstruct/docs/index.md

24 lines
328 B
Markdown

jstruct
=======
#### _Struct JSON serializer/deserializer_
----
## API
For full API documentation see [DUB API Spec](https://jstruct.dpldocs.info/1.0.3/).
## Installing
In order to use jstruct in your project simply run:
```bash
dub add jstruct
```
And then in your D program import as follows:
```d
import jstruct;
```