{
    "path": "/home/krm/dev/mimer-academia/server/web/Examples/get/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "HTTP GET med express"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 11,
        "day": 16,
        "hour": 0
    },
    "status": "alpha",
    "description": [
        "Detta är en samling av exempel om express. Det är tänkt att användas med enguide från ",
        [
            "https://htsit.se/t"
        ],
        ". Koden är gjort för att vara sp minimalistisksom möjligt. Hjälp funktioner finns i _server.ts_ filen."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 2,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./simpel.ts",
                    "description": [
                        "Enkel"
                    ]
                },
                {
                    "description": [
                        "/hello/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/hello) Säger \"Hello\"."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./path.ts",
                    "description": [
                        "Sökväg"
                    ]
                },
                {
                    "description": [
                        "/say/hello/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/say/hello/) Säger \"Hello\"."
                    ]
                },
                {
                    "description": [
                        "/say/hej/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/say/hej/) Säger \"Hej\"."
                    ]
                },
                {
                    "description": [
                        "/bye/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/bye/) Säger \"Bye\"."
                    ]
                },
                {
                    "description": [
                        "/say/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/say/) Säger \"Hello or Hej?\"."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./hello.ts",
                    "description": [
                        "Säg hej till alla"
                    ]
                },
                {
                    "description": [
                        "/hello/krm/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/hello/krm) Säger \"Hello\" följt av ditt namn."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./add.ts",
                    "description": [
                        "Addera"
                    ]
                },
                {
                    "description": [
                        "/add/:num1/:num2/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/add/1/2) Adderar num1 och num2."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./calculate.ts",
                    "description": [
                        "Räkna med en operator"
                    ]
                },
                {
                    "description": [
                        "/calculate/:num1/add/:num2/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/1/add/2) Adderar num1 och num2."
                    ]
                },
                {
                    "description": [
                        "/calculate/:num1/mult/:num2/",
                        [
                            ""
                        ],
                        "(http://localhost:8000/2/mult/2) Multiplicerar num1 och num2."
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Övningar"
            ],
            "description": [],
            "statments": [],
            "comment": []
        }
    ],
    "kind": "examples"
}