Json.read

Reads a static array off the JSON text.

When validation is enabled, it is an error if the JSON array has a different length lengths don't match up. Otherwise unset elements receive their initial value.

  1. string read(bool allowNull)
  2. T read()
  3. N read()
  4. T read()
  5. T read()
  6. T read()
  7. T read()
  8. T read()
    struct Json(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
    T
    read
    (
    T
    )
    ()
    if (
    isStaticArray!T
    )
    if (
    vl > trustedSource ||
    !validateUtf8
    )
  9. bool read()

Meta