{
    "path": "/home/krm/dev/mimer-academia/server/web/Examples/url-parameters/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "URL parametrar med express"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 11,
        "day": 16
    },
    "status": "alpha",
    "description": [
        "Dessa exempel använder url parametrar för att skicka data till en server."
    ],
    "statments": [],
    "comment": [],
    "cards": [
        {
            "level": 2,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./simpel.ts",
                    "description": [
                        "Enkel",
                        " -"
                    ]
                },
                {
                    "link": "http://localhost:8000/hello?msg=krm",
                    "description": [
                        {
                            "form": "strong"
                        },
                        " Resultatet blir \"Hello krm!\"."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./path.ts",
                    "description": [
                        "Flera olika sökvägar",
                        " -"
                    ]
                },
                {
                    "description": [
                        "/hello?msg=krm",
                        [
                            ""
                        ],
                        "(http://localhost:8000/hello?msg=krm) Resultatet blir \"Hello krm!\"."
                    ]
                },
                {
                    "description": [
                        "/bye?msg=krm",
                        [
                            ""
                        ],
                        "(http://localhost:8000/bye?msg=krm) Resultatet blir \"Bye krm!\"."
                    ]
                },
                {
                    "type": "examples",
                    "link": "./add.ts",
                    "description": [
                        "Addera med parametrar",
                        " -"
                    ]
                },
                {
                    "description": [
                        "/add/?a=1&b=2",
                        [
                            ""
                        ],
                        "(http://localhost:8000/add/?a=1&b=2) Adderar a och b, resultatet blir \"1 + 2 = 3\""
                    ]
                }
            ],
            "comment": []
        },
        {
            "level": 2,
            "title": [
                "Övningar"
            ],
            "description": [],
            "statments": [],
            "comment": []
        }
    ],
    "kind": "examples"
}