Currently I am taking the posted form data and validating it using coldbox validation. Coldbox recognizes the form fields and puts it into the requestcontext of the event for easy validation. What if the form data comes in JSON format as it is posted from angularjs? Will Coldbox recognize this and put it into the requestcontext so you can still validate each field in the same way? Or will the json data for the entire form end up in one value in the requestcontext? Thanks.
Jim