At the moment, Argo is a library with a single function, adheres-to-schema?, that takes two arguments: JSON data and a JSON Schema. Both are supposed to be jsexpr? values.
Install using raco: raco pkg install argo
Bug reports, comments, and feature requests are welcome. At the moment, things are quite simple. I'm working to make Argo into a full-fledged tool for working with JSON data and JSON Schemas; I'm just getting started.
Argo is my first Racket package. I've been hacking Racket for a while for my own private purposes, but I've never submitted anything until now. I'm happy to contribute.
Best regards,
Jesse
--
Jesse Alama
http://lisp.sh
I'll give your new package a try!
Thank you for making it available Jesse.