Skip to content

patrik-bartak/jq-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jq in Haskell functional programming project

A clone of jq in Haskell.

Build

> stack build

Install

> stack install

this installs your executable to ~/.local/bin by default (on *nix), make sure it's in $PATH

Test

> stack test

You will need jq installed and available on $PATH to run from-upstream test suite.

Use

> echo '{"this" : "that"}' | jq-clone '.this'

or

> echo '{"this" : "that"}' | stack run -- '.this'

Test jq online

jqplay.org

Docs

stedolan.github.io/jq/manual

About

Jq Haskell project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •