serializeJSON

Undocumented in source. Be warned that the author may not have intended to support it.
  1. char[] serializeJSON(char[] buf, T t)
  2. char[] serializeJSON(char[] buf, T t)
    nothrow @safe nothrow @trusted
    char[]
    serializeJSON
    (
    T
    )
    (
    char[] buf
    ,
    T t
    )
    if (
    is(T == struct) &&
    hasMember!(T, "get")
    &&
    hasMember!(T, "opApply")
    &&
    )

Meta