I have a json file, that includes:
{
"data": [{
"red": "#f00",
"green": "#0f0",
"blue": "#00f",
"cyan": "#0ff",
"magenta": "#f0f",
"yellow": "#ff0",
"black": "#000"
}]
}
And I want to put that data and alert it with a jquery code, the .json file is located on localhost in a neighbouring folder