Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JSON by shadw ( 9 years ago )
/**
*
*/
package practice_601_simple_json;
import org.json.simple.JSONObject;
/**
* @author US
*
*/
public class practice_601_simple_json {
/**
* @param args
*/
public static void main(String[] args) {
JSONObject obj=new JSONObject();
obj.put("22150536", "");
obj.put("Nhu Tuong","");
obj.put("To","");
obj.put("7/28/1987","");
obj.put("081016822","");
obj.put("M", "");
obj.put("Security", "");
obj.put("711A00399003", "");
obj.put("[email protected]", "");
System.out.print(obj);
// TODO Auto-generated method stub
}
}
Revise this Paste