Package 

Class AFJsonArray

    • Constructor Summary

      Constructors 
      Constructor Description
      AFJsonArray() Creates a {@code AFJsonArray} with no values.
    • Method Summary

      Modifier and Type Method Description
      AFJsonArray put(Object value)
      String toString() Encodes this array as a compact JSON string, such as:
      [94043,90210]
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait