{
    "cols": [
        {
            "id": "budget",
            "label": "Budget",
            "type": "string",
            "p": {
                "role": "domain"
            }
        },
        {
            "id": "amount",
            "label": "Amount",
            "type": "number",
            "p": {
                "role": "data"
            }
        }
    ],
    "rows": [
        {
            "c": [
                {
                    "v": 3,
                    "f": "Stuff"
                },
                {
                    "v": 430.61
                }
            ]
        },
        {
            "c": [
                {
                    "v": 4,
                    "f": "Food"
                },
                {
                    "v": 291.97
                }
            ]
        }
        
    ]
}