jFormMap is a jQuery plugin I wrote one year ago to render Data Entry Forms
in the web based on JSON Definitions, The form gather all form data into a
JSON document.
I havent published ever, but I do use it in personal and enterprise
proyects.
If anyone interested, just let me know, it ships with
$.getJSON("_view/status", {prop1: val1, prop2: val2, ..., propN:
valN}, function(data) {
alert("JSON Data: " + data);
});
access to _view/status?prop1=val1&prop2=val2&...&propN=valN and try to parse
the response as JSON data. Null if not correctly parsed.
Saludos
Er