Skip to content

Latest commit

 

History

History
executable file
·
8 lines (4 loc) · 400 Bytes

README.md

File metadata and controls

executable file
·
8 lines (4 loc) · 400 Bytes

JSONSerialization

A D implementation using meta-programming to automate the (de)serialization to/from JSON. This implementation allows you to simply call toJSON(yourObject), and get the resulting string, as well as calling fromJSON!MyType(input) to parse JSON, making the round trip much much simpler.

All code in this repository is released into the Public Domain.