Liking cljdoc? Tell your friends :D

2.1.0

Added

2.0.0

Added

  • Support for negative array indexing (e.g. -1)

Changed

1.0.1

Added

  • Support for namespaced keywords (#11)

1.0.0

Added

  • Filtering supported on map structures
  • Filtering for non-nil values (e.g. $.books[?(@.isbn)])
  • query method to retrieve key path alongside matches (#4)

Changed

  • $.key will not match elements in [{:key "foo"}, {:key "bar"}] anymore. The correct query for this would be $[*].key (#8).

Can you improve this documentation?Edit on GitHub

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

× close