Json.opDispatch

Allows to access existing fields of a JSON object using dot syntax.

  1. const(Json) opDispatch [@property getter]
    struct Json
    @property const
    const(Json)
    opDispatch
    (
    string prop
    )
    ()
  2. Json opDispatch [@property getter]

Meta