I was wondering how is it popssible to populate forms using JSON?
I have a JSON string which I get using php\'s json_encode() And I want to use the JSON
json_encode()
This can get pretty complicated. It's best to use a tool to parse your JSON. You can create simple forms pretty easily, but you still need to parse it.
Check this plugin out instead: http://neyeon.com/2011/01/creating-forms-with-json-and-jquery/
Or you can use ext4.