hello,
i have a question to pose to this group, lets assume that I have a JSON
schema with TAB layout given by the end user,

{"tab1":
"name": {"type": "string", "length": "25"},
"contact": {"type" : "number", "length": "10"}
},
{"tab2":
"address": {
"street_address" : {
"line1": {"type": "string", "length": "25"},
"line2": {"type": "string", "length": "25"}
},
"city" : {"type": "string", "length": "15"},
"zipcode" : {"type": "number", "length": "10"}
}

is it possible to build a *automated* picolisp application from this?
including ui? instead of hard coding.

regards,
sundar.

Reply via email to