Esempio n. 1
0
 public String toString() {
   return "{\"name\" : "
       + JSONObject.quote(topicName)
       + ", "
       + "\"uri\" : "
       + JSONObject.quote(topicURI)
       + ","
       + "\"score\" : "
       + score
       + "}";
 }