Reading and parsing files
Reading and parsing files
(cocoapods-plist->data path options)
Parse Plist into vector of {:package PACKAGE :license LICENSE} maps
Parse Plist into vector of {:package PACKAGE :license LICENSE} maps
(csv->data path external-options)
Read CSV file into a map
Read CSV file into a map
(csv->lines path)
Read CSV file into vector of lines
Read CSV file into vector of lines
(edn->data path external-options)
Read EDN file into Clojure data structure
Read EDN file into Clojure data structure
(edn-item->data-item [[package version] license] options)
Format edn item into a package data map
Format edn item into a package data map
(get-all-extenal-files-content parse-fn external-options paths)
Concatenates all parsed external files
Concatenates all parsed external files
(get-requirement-lines requirements)
Get a sequence of lines from all requirement files
Get a sequence of lines from all requirement files
(gradle-json->data path options)
Parse gradle-license-plugin JSON into vector of {:package PACKAGE :license LICENSE} maps
Parse gradle-license-plugin JSON into vector of {:package PACKAGE :license LICENSE} maps
(gradle-json-dependency->map dependency options)
Convert dependency item from the parsed JSON into a map
Convert dependency item from the parsed JSON into a map
(gradle-json-dependency->package dependency options)
Get package name nilable string from a map
Get package name nilable string from a map
(gradle-json-license-vec->license license-vec)
Convert a vector of licenses into nilable license string
Convert a vector of licenses into nilable license string
(path->lines path)
Return a vector of file lines Vector used instead of lazy seq to handle open/close file using with-open
Return a vector of file lines Vector used instead of lazy seq to handle open/close file using with-open
(path->string path)
Return a string with the file contents
Return a string with the file contents
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close