Skip to content

mtdowling/jmespath.clj

Repository files navigation

jmespath.clj

JMESPath (pronounced "jaymz path") allows you to declaratively specify how to extract elements from a JSON document. jmespath.clj allows you to use JMESPath in Clojure applications with PHP Clojure data structures.

Installation

Add the following to your project's project.clj file.

[jmespath "0.1.0"]

Usage

(ns hello-world
  (:require jmespath.core :as jmespath))

(jmespath.search "foo.bar" {"foo" {"bar" "baz"}})

The official JMESPath documentation includes a formal grammar, specification, as well as links to other JMESPath implementations.

About

JMESPath for Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published