{
    "wrapper": {
        "type": "DIV",
        "style": {
            "position": "fixed",
            "top": 0,
            "left": "0",
            "right": "0",
            "bottom": "0",
            "font-family": "Roboto, arial, helvetica, sans-serif",
            "array": [1, 2, 3, 4]
        },
        "children": {
            "toolBar": {
                "type": "DIV",
                "style": {
                    "position": "absolute",
                    "top": "2px",
                    "left": "2px",
                    "right": "2px",
                    "height": "50px",
                    "border": "solid 1px gray"
                }
            },
            "leftMenu": {
                "type": "ACCORDION",
                "container": "UL",
                "size": "",
                "style": {
                    "list-style-type": "none",
                    "padding": "0",
                    "margin": "0",
                    "position": "absolute",
                    "top": "51px",
                    "left": "2px",
                    "width": "200px",
                    "bottom": "31px",
                    "border": "solid 1px gray"
                }
            },
            "workArea": {
                "type": "DIV",
                "style": {
                    "position": "absolute",
                    "top": "51px",
                    "left": "201px",
                    "right": "201px",
                    "bottom": "31px",
                    "border": "solid 1px gray",
                    "background-color": "gainsboro"
                },
                "children": {
                    "horizontalMenu": {
                        "type": "HORIZONTAL-MENU",
                        "container": "DIV",
                        "style": {
                            "border-bottom": "solid 1px gray",
                            "background-color": "lime"
                        }
                    },
                    "slika": {
                        "type": "IMG",
                        "style": {
                            "width": "300px",
                            "height": "300px",
                            "border": "solid 1px red;"
                        },
                        "tags": {
                            "src": "bull.png"
                        }
                    }
                }
            },
            "properties": {
                "type": "DIV",
                "style": {
                    "position": "absolute",
                    "top": "51px",
                    "right": "2px",
                    "width": "200px",
                    "bottom": "31px",
                    "border": "solid 1px gray"
                }
            },
            "status": {
                "type": "DIV",
                "style": {
                    "position": "absolute",
                    "bottom": "2px",
                    "left": "2px",
                    "right": "2px",
                    "height": "30px",
                    "border": "solid 1px gray"
                }
            }
        }
    }
}