%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#458588", "primaryTextColor": "#fbf1c7", "primaryBorderColor": "#fabd2f", "lineColor": "#a89984", "secondaryColor": "#b8bb26", "tertiaryColor": "#d3869b", "background": "#282828", "mainBkg": "#3c3836", "textColor": "#ebdbb2"}}}%% flowchart LR A["JavaScript Objectข้อมูลในโค้ด"] --> B["JSON.stringify()แปลงเป็น string"] B --> C["localStorageเก็บใน Browser"] C --> D["JSON.parse()แปลงกลับเป็น object"]