rfc: move folly::json::ParseError type to folly/json.h
authorRanjeeth Dasineni <ranjeeth@fb.com>
Fri, 1 Aug 2014 03:01:24 +0000 (20:01 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 14 Aug 2014 18:49:04 +0000 (11:49 -0700)
commit9633f4758812c7d964df15e5437a603e74c8ec35
tree55c4a054b899c61e30d70f44f525a52ce78e40c5
parent9f1603666e9c4e0ff08fd33adc9642328c460023
rfc: move folly::json::ParseError type to folly/json.h

Summary:
I don't know why this was in the cpp but seems pretty safe to move it to the .h
There are a few files that directly include json.cpp to get around this: https://fburl.com/30544625.
I need it for something else and if you dont see a problem I want to move it.

Test Plan: unittests

Reviewed By: pgriess@fb.com

Subscribers: simpkins, doug

FB internal diff: D1471958

Tasks: 3623725
folly/json.cpp
folly/json.h