I get metadata as string like “{Input:{‘A’:’System.Int32′,’B’:’System.Int32′}, Output:System.Int32}”
I am using knockout.js and could use json.parse also. But are there any easy way to generate a inputform that let the user submit data for properties of input. (would it be better to change the metadata to be a list of properties?
I used this to generate the array of properties.
and View:
and bindings: