Skip to content

orzen/ejq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"