Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 201 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 201 Bytes

Jqish

Usage

Jqish.run(%{"foo" => %{"bar" => [1, 2, 3, 4]}}, ".foo.bar.[2]")
{:ok, 3}

Installation

Get it from hex

def deps do
  [
    {:jqish, "~> 0.1.0"}
  ]
end