Copy Paste JSON into Column via Supabase GUI
Hey guys, it is possible to copy paste normal JSON like:
Into a json supabase column via the supabase gui?
Thanks for reply guys
Into a json supabase column via the supabase gui?
Thanks for reply guys
[
{
"name": "Hero",
"fields": {
"btn_left": {
"text": "Get started",
"link": "/"
},
"btn_right": {
"text": "Learn more",
"link": "/"
}
}
},
]