void JSONController::Write() { // .JSON ÆÄÀÏ¿¡ ¾²±â doc_.setObject(title_); file_.write(doc_.toJson()); file_.close(); }