Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 193 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 193 Bytes

ejq

Erlang packing of https://stedolan.github.io/jq/

An OTP application

Build

$ rebar3 compile

Usage

1> ejq:parse(".bar", "{\"foo\": 0, \"bar\": 1}").
2> "1"