我想写这样的事情1/2
JSONObject requestJson =
new JSONObject().put("method", "setShutterSpeed")
.put("params", new JSONArray().put('1' + "\\" + '/' + '2'))
.put("id", id()).put("version", "1.0");
String url = findActionListUrl(service) + "/" + service;
但我尝试的一切都失败了。 我总是收到类似的东西:
{"id":14,"method":"setShutterSpeed","version":"1.0","params":["1\\\/2"]}
我尝试将sony cameraremote API与此JSON调用一起使用