JSON lambda is a query language created in 2017 by Chris Done.
#944on PLDB | 7Years Old |
git clone https://github.com/chrisdone/jl
jl ("JSON lambda") is a tiny functional language for querying and manipulating JSON.
map (\o -> { sha: o.sha, ps: map _.sha o.parents }) | filter (\o -> length o.ps > 1)