-
-
Save jgarte/fc343dfa0334eba0e0bb783f50474e0a to your computer and use it in GitHub Desktop.
json parsing in CL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/home/thawes/programs/bin/sbcl --script | |
(load "/home/thawes/.sbclrc") | |
(require 'cl-json) | |
;; this is a pathname in CL | |
(defparameter *file* #P"/home/thawes/src/sources/BibleOrgSys/DataFiles/DerivedFiles/BibleBookOrders_Tables.json") | |
(json:decode-json-from-source *file*) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment