ballerina-platform / module-ballerinax-azure.functions

The implementation of Azure Functions compiler extension for Ballerina.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for `map<json>` query parameters

xlight05 opened this issue · comments

Description:
$Subject

service / on new af:HttpListener() {
    resource function get products(map<json> name) returns string {
        return name.toString();
    }
}

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):