JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.json

Interface JSONString



  • public interface JSONString
    The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object). The toJSONString method will be used instead of the default behavior of using the Object's toString() method and quoting the result.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      String toJSONString ()
      The toJSONString method allows a class to produce its own JSON serialization.
    • Method Detail

      • toJSONString

        String toJSONString()
        The toJSONString method allows a class to produce its own JSON serialization.
        Returns:
        A strictly syntactically correct JSON text.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /