(->document document-loader url options)
Takes a document-loader, which takes a url and options and returns a json string context document (must have an "@context" key with a context as its value).
document-loader: [url options] => json-string
Takes a document-loader, which takes a url and options and returns a json string context document (must have an "@context" key with a context as its value). document-loader: [url options] => json-string
(flatten json-ld)
(flatten json-ld opts)
Flattens JSON-LD documents into a single array with node references.
NOTE: This function may not work reliably in ClojureScript due to compatibility issues with the underlying JavaScript JSON-LD library. Consider using the Clojure version for flatten operations.
Flattens JSON-LD documents into a single array with node references. NOTE: This function may not work reliably in ClojureScript due to compatibility issues with the underlying JavaScript JSON-LD library. Consider using the Clojure version for flatten operations.
(pluggable-loader document-loader)
Takes a document-loader, which takes a url and options and returns a json string context document (must have an "@context" key with a context as its value).
document-loader: [url options] => json-string
Takes a document-loader, which takes a url and options and returns a json string context document (must have an "@context" key with a context as its value). document-loader: [url options] => json-string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close