htdp-json:   A JSON library for use with Ht  DP
read-json/  web
read-json/  file
8.16

htdp-json: A JSON library for use with HtDP🔗ℹ

Sam Tobin-Hochstadt

 (require2htdp/json) package:htdp-json

procedure

(read-json/web url)  any/c

  url : string?
Fetches JSON from the web.

procedure

(read-json/file filename)  any/c

  filename : string?
Parses JSON from the file system.

 
close