Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mCaleb3307's avatar

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"
    },
]
0 likes
2 replies
mCaleb3307's avatar

@wingly This is probably what I am going to use until I can find a better way to display it. My client isn't tech savy so he probably doesn't understand JSON.

Please or to participate in this conversation.