Checks if content represents an object first field after a hyphen
bool isObjectFirstFieldAfterHyphen(String content) { return findUnquotedChar(content, colon) != -1; }