I'm pleased to present Argo, a Racket package for JSON Schema validation.

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

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to