Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jroesch/sjson
A hand coded recursive descent parser for JSON in Scala.
https://github.com/jroesch/sjson
Last synced: 24 days ago
JSON representation
A hand coded recursive descent parser for JSON in Scala.
- Host: GitHub
- URL: https://github.com/jroesch/sjson
- Owner: jroesch
- Created: 2013-02-04T02:36:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T03:46:38.000Z (over 11 years ago)
- Last Synced: 2023-03-14T05:31:03.894Z (over 1 year ago)
- Language: Scala
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# SJSON
An attempt at a cleanly implemented and (relatively) fast JSON parser.