jstruct

Struct JSON serializer/deserializer


API

For full API documentation see DUB API Spec.

Installing

In order to use jstruct in your project simply run:

dub add jstruct

And then in your D program import as follows:

import jstruct;

Navigation