Strip all C99-like comments (i.e. // and / * ... * /)
Declared in <folly/json/json.h>
<folly/json/json.h>
std::string stripComments(StringPiece jsonC);
The JSON text with comments removed.