Skip to content
/ ex-jmes Public
forked from stephan83/ex-jmes

Elixir implementation of JMESPath, a query language for JSON

License

Notifications You must be signed in to change notification settings

yrashk/ex-jmes

 
 

Repository files navigation

JMES

JMES implements JMESPath, a query language for JSON. This is a fork of the original version of JMES

It passes the official compliance tests.

See jmespath.org.

Installation

The package can be installed by adding jmes to your list of dependencies in mix.exs:

def deps do
  [
    {:bpxe_jmes, "~> 0.6.1"}
  ]
end

About

Elixir implementation of JMESPath, a query language for JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 88.0%
  • Erlang 11.7%
  • Nix 0.3%