com.haoxuer.discover.DApp Maven / Gradle / Ivy
package com.haoxuer.discover;
import org.json.JSONObject;
public class DApp {
public static void main(String[] args) {
JSONObject object = new JSONObject();
object.put("hotel", "中国");
object.put("room", "2012");
System.out.println(object.toString());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy