Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w0rp/dson

A D JSON library
https://github.com/w0rp/dson

Last synced: about 2 months ago
JSON representation

A D JSON library

Awesome Lists containing this project

README

        

dson
====

This is a D JSON library to be used as an alternative for the standard library
JSON parser. This library offers the following promises.

* Parsing and writing speeds are comparable with the standard library.
* The library can be included by copying and pasting the file, no frameworks.
* Garbage creation is minimised, so 'stop the world' effect will be lessened.
* Working with JSON types should almost as easy as working with D primitives.

The source contains generated documentation with a few helpful examples.