Liking cljdoc? Tell your friends :D

meta-schema.core


available-specsclj

All the available specs loaded by the system through the setup! function.

All the available specs loaded by the system through the `setup!` function.
sourceraw docstring

create-parserclj

(create-parser map-spec)
source

find-keysclj

(find-keys data ks)
source

input-data->target-dataclj

(input-data->target-data data data-spec target-shape)

Convert an input json file to an output json file based on specifications.

:data INPUT data :data-spec Map to describe the INPUT data and the desired TARGET location of each key through :dest parameters :target-shape Map to describe the OUTPUT data format based on the :dest keyword placed in the :spec-data

If the :target-fmt has a placeholder that was not fulfilled by the spec-data, it will return the placeholder instead of the desired data at that place

Convert an input json file to an output json file based on specifications.

:data           INPUT data
:data-spec      Map to describe the INPUT data and the desired TARGET location of each key through `:dest` parameters
:target-shape   Map to describe the OUTPUT data format based on the `:dest` keyword placed in the `:spec-data`

If the :target-fmt has a placeholder that was not
fulfilled by the spec-data, it will return the placeholder
instead of the desired data at that place
sourceraw docstring

pre-targetsclj

source

setup!clj

(setup! files)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close