strongloop / strong-remoting

Communicate between objects in servers, mobile apps, and other servers.
www.strongloop.com
Other
105 stars 93 forks source link

Detect JSON content-type with parameters #350

Closed bajtos closed 8 years ago

bajtos commented 8 years ago

Fix the detection of JSON content type used to decide whether sloppy coercion should be applied, so that it correctly supports values with parameters. For example:

application/json;charset=UTF-8

Connect to #267

@richardpringle please review cc @ebourmalo

richardpringle commented 8 years ago

LGTM