toJSONValue

Convert a boolean to a JsonValue

  1. string toJSONValue(T value)
    string
    toJSONValue
    (
    T
    )
    ()
    if (
    isBoolean!T
    )
  2. string toJSONValue(T value)
  3. string toJSONValue(string value)

Meta