JSONParser.getArray

Get a static array of elements matching the types.

  1. auto getArray()
  2. T[] getArray()
  3. T getArray()
  4. Element[Size] getArray()
    struct JSONParser
    Element[Size]
    getArray
    (
    Element
    size_t Size
    )
    ()

Throws

JSONException if there's a type mismatch or syntax error.

Meta