Quote a string into an Appendable. The characters ", \, \n, \r, \t, \f and \b are escaped
@param buffer The Appendable @param input The string to quote.
See Implementation
Quote a string into an Appendable. The characters ", \, \n, \r, \t, \f and \b are escaped
@param buffer The Appendable @param input The string to quote.