All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.haoxuer.discover.DApp Maven / Gradle / Ivy

There is a newer version: 3.3.18-20230117
Show newest version
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