JSON tools > cl-json-utils
querying JSON, inspired by JSONPath by lisp-ier. jsonpath: $.store.book[].author, json-utils: (query $ "store" "book" :wild "author")
Package
GitHub
querying JSON, inspired by JSONPath by lisp-ier. jsonpath: $.store.book[].author, json-utils: (query $ "store" "book" :wild "author")