net.sf.csv4j
Class JSonUtil

java.lang.Object
  extended by net.sf.csv4j.JSonUtil

public class JSonUtil
extends Object

Author:
Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
JSonUtil()
           
 
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
 

Constructor Detail

JSonUtil

public JSonUtil()
Method Detail

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
Parameters:
string - A String
Returns:
A String correctly formatted for insertion in a JSON text.


Copyright © 2014. All Rights Reserved.