# blackedder/painlessjson

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/blackedder-painlessjson).**

25 stars · 3 forks · D · BSL-1.0

## Links

- GitHub: https://github.com/BlackEdder/painlessjson
- awesome-repositories: https://awesome-repositories.com/repository/blackedder-painlessjson.md

## Description

Library to painlessly convert your custom types (structs and classes) to and from JSON. This library provides the function toJSON and fromJSON to automatically convert any type to and from JSON. It is possible to override the implementation by defining your own toJSON and fromJSON member…

## Tags

### Part of an Awesome List

- [Data Serialization](https://awesome-repositories.com/f/awesome-lists/data/data-serialization.md) — Converts between D types and standard JSON objects.
