folly/json: serialize \r and \n as \r and \n
Summary: Background: we want to use folly::json but not change the way data is represented. Since we need to store \r and \n in strings and the library we're currently using does this, let's do it in folly too. Test Plan: unit tests pass Reviewed By: delong.j@fb.com FB internal diff: D584960
Showing
Please register or sign in to comment