{
    "allowCustomDataForDataTypeAny": true,
    "functions": [
        {
            "description": "Parses human data asynchronously.",
            "helpUrl": "https://splitnamesinexcel.com/taskpane.html",
            "id": "SPLITADDRESS",
            "name": "SPLITADDRESS",
            "parameters": [
                {
                    "description": "The input data to parse.",
                    "dimensionality": "matrix",
                    "name": "addresses",
                    "type": "string"
                }
            ],
            "result": {
                "dimensionality": "matrix",
                "type": "string"
            }
        },
        {
            "description": "Parses human data asynchronously.",
            "helpUrl": "https://splitnamesinexcel.com/taskpane.html",
            "id": "SPLITNAMES",
            "name": "SPLITNAMES",
            "parameters": [
                {
                    "description": "The input data to parse.",
                    "dimensionality": "matrix",
                    "name": "fullNames",
                    "type": "string"
                }
            ],
            "result": {
                "dimensionality": "matrix",
                "type": "string"
            }
        }
    ]
}