Skip to content

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

Notifications You must be signed in to change notification settings

Orvid/JSONSerialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Packages

 
 
 

Languages