Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

JSON lambda

< >

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

#939on PLDB 7Years Old
Download source code:
git clone https://github.com/chrisdone/jl
Source Code

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)

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0