Level 29
Oct 22, 2021
2
Level 1
How to show and display JSON data in Nova
I would like to allow my client to edit and view FAQ questions in Nova, is there a way to do this without an external package? The data is stored as json in my DB.
[
{
"question" => "Awnser"
},
{
"question" => "Awnser"
},
{
"question" => "Awnser"
},
{
"question" => "Awnser"
},
]
Please or to participate in this conversation.