Console ํ์ฉ, [JsonConstructor] ๋ฒ์จ ์์์ผ์ด๊ตฐ... ์๊ฐ ์ฐธ ๋น ๋ฅด๋ค.Console ํ์ฉConsole.OutputEncoding = Encoding.UTF8;Console.WriteLine(new string('=', Console.WindowWidth)); ์ด์ TIL์ ์ฌ๋ ธ์ด์ผ ํ๋๋ฐ ๊น๋นกํ๋ค! ๋ ์๋์ผ๋ก ============================= ์ ์ฐ์๋๋ฐ Console.WindowWidth๋ก ์ฝ์ ๊ฐ๋กํญ์ ๋ง์ถฐ์ ์ฐ์ ์ ์๋ค. ๋ํ ํน์๋ฌธ์๋ฅผ ์ถ๋ ฅํ๋ ค๋ฉด, Encoding ์ถ๋ ฅ์ UTF8๋ก ์ค์ ํด์ฃผ์ด์ผํจ.[JsonConstructor]์ด์ ๊ฐ์ธ ๊ณผ์ ์, ํ์ฌ ํ ๊ณผ์ ์ ํ๋กํผํฐ ์ค์ ์ด ์กฐ๊ธ ๋ค๋ฅด๋ค.ํ๋๋ก ๋ง์ถ๊ณ ์ถ์๊ณ , ํ์๋ค์ด ๊ณตํต์ ์ผ๋ก ์ดํดํ๊ธฐ ์ฝ๋ค๊ณ ์๊ฐ..