Marshall a Form as JSON

I might have missed this, but is there a simple way to get the contents of a form as a JSON object/string so it can be submitted to a service? Sort of JSONString := MyForm.ToJSON.


Or does it have to be built manually?

Thanks

At this moment such function is not built-in. It would have to be built at application level. It is a good suggestion though to look if something like this can be provided out of the box. We'll consider it.

great. we do this quite a lot with JQuery.


Look forward to seeing it.