Json.opSlice

Returns a slice of a JSON array.

  1. inout(Json[]) opSlice()
    struct Json
    @safe inout @trusted
    inout(Json[])
    opSlice
    ()
  2. inout(Json[]) opSlice(size_t from, size_t to)

Meta