If the specified *str is at least two characters long and begins and ends with quotation marks ("), then remove the first and last characters; otherwise, do not modify *str. Return true if *str was modified.
Declared in <baljsn_parserutil.h>
static
bool
stripQuotes(std::string_view* str);