Are there any JavaScript libraries or Toolkits that allow me to bind the JSON data to html controls on the client?
So essentially I should be able specify the object property to which a html control should be bound. Hence when the form receives the JSON data, the controls are updated, and when the controls are updated, the data should be updated to JSON object.