Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Ion Schema Language

< >

Ion Schema Language is a grammar language created in 2018.

#3163on PLDB 6Years Old


Example from the web:
type::{ name: Person, type: struct, fields: { title: { type: symbol, valid_values: [Mr, Mrs, Miss, Ms, Mx, Dr], }, firstName: { type: string, occurs: required }, middleName: string, lastName: { type: string, occurs: required }, age: { type: int, valid_values: range::[0, 130] }, }, }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io