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; ```