This module handles resource data parsing at the model level (after the parsing middleware)
Convert into a hash of request parameters, based on `include_root_in_json`.
@example
@user.to_params # => { :id => 1, :name => 'John Smith' }
[Validate]