How can I load a custom json data use load_dataset

my json structure like:

[{'text':"",
'label':
[
{'tittle':'"},\
{'name':""},
...],...},
{...},
...
]

load_dataset can load jsons out of the box. See the documentation at Load