Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecaptaincraken/haskson
https://github.com/thecaptaincraken/haskson
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecaptaincraken/haskson
- Owner: TheCaptainCraken
- Created: 2024-05-28T07:33:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T07:37:30.000Z (8 months ago)
- Last Synced: 2024-05-28T17:12:09.688Z (8 months ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskson
>Haskson is a Json parser written in Haskell with `0` dependencies.
## Current limitations
- Does not support multiline json.
- Does not support character escaping.
- Does not support floating point numbers.
- Does not support error reporting.