void JSONController::Make() { Open(0); // Tree Depth 2 - ¼¼ºÎ ³»¿ë body1_["tree1"] = "null"; body2_["tree2_1"] = "null"; body2_["tree2_2"] = "null"; // Tree Depth 1 - Á¦¸ñ title_["body1"] = body1_; title_["body2"] = body2_; Write(); }