Skip to content

Instantly share code, notes, and snippets.

View iandeherdt's full-sized avatar

Ian De Herdt iandeherdt

  • Iterate BVBA
  • Belgium
View GitHub Profile
@markmeeus
markmeeus / smallson.js
Last active May 17, 2017 11:58
smallson
//Schema bevat array met prop names
//eerste waarde van de value array is de naam van het schema
{
schemas:{
"a": ["name", "firstname", "address"],
"b": ["code", "description"]
},
values:[
["a", "Doe", "John", "meir 150"],
["b", "23321T5", "Te laat opgestaan"]