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.

#805on PLDB 12Years Old
Download source code:
git clone https://github.com/koorchik/LIVR
HomepageREPLSource 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 About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll