I get ajax response as JSON and need to fill a form with it. How to do that in jQuery or something else ? Is something better than using $(json).each() ?
$(json).each()
Just use a JSON plugin for jQuery - such as jquery-json.