Questions Columns Rows
GitHub icon

Jsonnet

Jsonnet - Data notation

< >

Jsonnet is a data notation created in 2014 by Dave Cunningham.

Source code:
git clone https://github.com/google/jsonnet
#1211on PLDB 9Years Old 1kRepos

Try now: Web


Example from the web:
// A function that returns an object. local Person(name='Alice') = { name: name, welcome: 'Hello ' + name + '!', }; { person1: Person(), person2: Person('Bob'), }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Stats Sponsor Traffic Traffic Today Day 267 feedback@pldb.com Logout