Measures Concepts
GitHub icon

JSON lambda

JSON lambda - Query language

< >

JSON lambda is a query language created in 2017 by Chris Done.

Source code:
git clone https://github.com/chrisdone/jl
#1306on PLDB 7Years Old

jl ("JSON lambda") is a tiny functional language for querying and manipulating JSON.


Example from the web:
map (\o -> { sha: o.sha, ps: map _.sha o.parents }) | filter (\o -> length o.ps > 1)

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout