Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benknoble/jsond
Racket #lang for JSON data
https://github.com/benknoble/jsond
json racket
Last synced: 6 days ago
JSON representation
Racket #lang for JSON data
- Host: GitHub
- URL: https://github.com/benknoble/jsond
- Owner: benknoble
- License: other
- Created: 2021-08-06T19:06:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T14:23:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-20T00:24:11.766Z (3 months ago)
- Topics: json, racket
- Language: Racket
- Homepage: https://pkgd.racket-lang.org/pkgn/package/jsond
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsond
A racket language for embedding JSON data. Saves you the boilerplate of
`read-json`, ports from files/strings, etc. Just add `#lang jsond` to your JSON
files and name the provided variable(s).