Interface JSONString


public interface JSONString
  • Method Summary

    Modifier and Type
    Method
    Description
    The toJSONString method allows a class to produce its own JSON serialization.
  • Method Details

    • toJSONString

      String toJSONString()
      The toJSONString method allows a class to produce its own JSON serialization.
      Returns:
      A strictly syntactically correct JSON text.