manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
133 stars 20 forks source link

Add default implementations for json-parse json construction procedures #73

Closed donaldsonjw closed 2 years ago

donaldsonjw commented 2 years ago

json-parse historically has not provided default json construction procedures. This can prevent quick and casual use of the parser. We add reasonable defaults to address this and also introduce a convenient procedure read-json that leverages those defaults.