JsonConvertorFactory.convertible

Set convertible

  1. JSONValue convertible [@property setter]
    class JsonConvertorFactory(To, From : JSONValue = JSONValue)
    @property @safe nothrow
    convertible
    (
    JSONValue convertible
    )
  2. JSONValue convertible [@property getter]

Parameters

convertible JSONValue

data that the factory should convert into To component

Return Value

Type: JsonConvertorFactory!(To, From)

JsonConvertorFactory!(To, From)

Meta