Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/w0rp/dson
- Owner: w0rp
- Created: 2013-04-09T00:18:03.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-25T09:44:52.000Z (about 3 years ago)
- Last Synced: 2024-10-14T05:28:21.138Z (3 months ago)
- Language: D
- Size: 73.2 KB
- Stars: 10
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.