You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
README.md | 9 months ago | |
const.slo | 9 months ago | |
formatter.slo | 9 months ago | |
lexer.slo | 9 months ago | |
main.slo | 9 months ago | |
module.json | 9 months ago | |
parser.slo | 9 months ago | |
test.json | 9 months ago | |
test.slo | 9 months ago |
README.md
json
json - load from (and eventually write to) a JSON file
api
(from-json [data:char-list|string]) => list
(to-json [data:list]) => string
(json-set-indent [space-count:number]) => ()