# JSON FILES

#### <mark style="color:$danger;">PUZZLE.JSON</mark>

You can see the puzzle production area from here. The puzzles are produced here.

```json
{
    "big": [],
    "small": [],
    "middle":[]
}
```

```json
{
            "vehicles": [
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 2,
                    "gridX": 0
                },
                {
                    "model": "club",
                    "heading": 270.0,
                    "gridY": 0,
                    "gridX": 1
                },
                {
                    "model": "blista",
                    "heading": 90.0,
                    "gridY": 1,
                    "gridX": 1
                },
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 3,
                    "gridX": 1
                },
                {
                    "model": "zentorno",
                    "heading": 180.0,
                    "gridY": 1,
                    "gridX": 4
                },
                {
                    "model": "club",
                    "heading": 270.0,
                    "gridY": 3,
                    "gridX": 3
                },
                {
                    "model": "blista",
                    "heading": 180.0,
                    "gridY": 4,
                    "gridX": 4
                },
                {
                    "model": "blista",
                    "heading": 270.0,
                    "gridY": 4,
                    "gridX": 2
                }
            ],
            "target": {
                "gridY": 2,
                "model": "sultan",
                "heading": 90.0,
                "length": 2,
                "gridX": 3
            },
            "level": 2
        }
```

#### <mark style="color:$danger;">WEEKLYLIST JSON</mark>

Here, players' weekly points are listed and reset at 00:00 on Monday.
