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

Livr

< >

Livr, aka Language Independent Validation Rules, is a data validation language created in 2012 by Viktor Turskyi.

#809on PLDB 12Years Old
Download source code:
git clone https://github.com/koorchik/LIVR
Homepage · REPL · Source Code

Language Independent Validation Rules Specification


Example from the web:
{ name: 'required', phone: {max_length: 10}, address: {nested_object: { city: 'required', zip: ['required', 'positive_integer'] }} }

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

Built with Scroll v164.7.0