summaryrefslogtreecommitdiffstats
path: root/base/json/json_parser_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numb...fangjue23303@gmail.com2013-02-051-2/+15
* Fix a bug in json parser where a 4 byte unicode character caused us to read a...tommi@chromium.org2012-05-301-0/+13
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-0/+293