Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmcg/json
- Owner: dmcg
- Created: 2023-10-20T16:09:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T15:07:18.000Z (about 1 year ago)
- Last Synced: 2023-11-10T16:27:45.069Z (about 1 year ago)
- Language: Kotlin
- Size: 157 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.