net.sf.csv4j
Class JSonUtil
java.lang.Object
net.sf.csv4j.JSonUtil
public class JSonUtil
- extends Object
- Author:
- Federico De Faveri defaveri@isti.cnr.it
|
Method Summary |
static String |
quote(String string)
Produce a string in double quotes with backslash sequences in all the
right places. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSonUtil
public JSonUtil()
quote
public static String quote(String string)
- Produce a string in double quotes with backslash sequences in all the
right places. A backslash will be inserted within , allowing JSON
text to be delivered in HTML. In JSON text, a string cannot contain a
control character or an unescaped quote or backslash.
- Parameters:
string - A String
- Returns:
- A String correctly formatted for insertion in a JSON text.
Copyright © 2014. All Rights Reserved.