Interface JSONReader

All Known Implementing Classes:
StrutsJSONReader

public interface JSONReader

Deserializes an object from a JSON string.

  • Field Details

  • Method Details

    • read

      Object read(String string) throws JSONException
      Throws:
      JSONException
    • setMaxElements

      void setMaxElements(int maxElements)
    • setMaxDepth

      void setMaxDepth(int maxDepth)
    • setMaxStringLength

      void setMaxStringLength(int maxStringLength)
    • setMaxKeyLength

      void setMaxKeyLength(int maxKeyLength)