toJSONValue

Convert a numeric to a JsonValue

  1. string toJSONValue(T value)
  2. string toJSONValue(T value)
    string
    toJSONValue
    (
    T
    )
    ()
    if (
    (std.traits.isNumeric!T) &&
    (!isBoolean!T)
    )
  3. string toJSONValue(string value)

Meta