Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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.

About

A D implementation using meta-programming to automate the (de)serialization to/from JSON

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.