This is a .json file that I created just to understand
{
"campo":
[
{"nome":"Lucas vidotti"}
]
}
I know that to read this value with jquery I need to do
$.getJSON
and manipulate by key, but I can not read json and play in html