Copy Paste JSON into Column via Supabase GUI

Hey guys, it is possible to copy paste normal JSON like:
[
    {
        "name": "Hero",
        "fields": {
            "btn_left": {
                "text": "Get started",
                "link": "/"
            },
            "btn_right": {
                "text": "Learn more",
                "link": "/"
            }
        }
    },
]


Into a json supabase column via the supabase gui?

Thanks for reply guys ❤️
Was this page helpful?