toJSON

  1. string toJSON(JSONValue root, bool pretty, JSONOptions options)
  2. void toJSON(Out json, JSONValue root, bool pretty, JSONOptions options)
    void
    toJSON
    (
    Out
    )
    (
    auto ref Out json
    ,
    const ref JSONValue root
    ,
    in bool pretty = false
    ,)
    if (
    isOutputRange!(Out, char)
    )

Meta