public class QuoteUtil
Util class for dealing with Json format
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convert()
Reads the input text with possible single quotes as delimiters and returns a String correctly formatted. For convenience, single quotes as well as double quotes are allowed to delimit strings. If single quotes are used, any quotes, single or double, in the string must be escaped (prepend with a '\').
|
public static java.lang.String convert()
Reads the input text with possible single quotes as delimiters and returns a String correctly formatted.
For convenience, single quotes as well as double quotes are allowed to delimit strings. If single quotes are used, any quotes, single or double, in the string must be escaped (prepend with a '\').