Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmcg/json

An experimental single-file JSON parser
https://github.com/dmcg/json

Last synced: 3 months ago
JSON representation

An experimental single-file JSON parser

Awesome Lists containing this project

README

        

# json

A single-file JSON parser written as an experiment in Test Driven Development.

You can see the development on [YouTube](https://www.youtube.com/playlist?list=PL1ssMPpyqocicj5gxqpPDA1iZu9OX3YBT).

My aim is never to have to publish to Maven Central, instead just include the [current source file](./src/main/kotlin/com/oneeyedmen/json/json.kt) in your project.