unifies the data for further processing. e.g.
{ "user" => {"username" => "test", "password" => "changeme" }
becomes:
{ "username" => "test", "password" => "changeme" }
[Validate]