I am trying to make a flow chart out kind of diagram from the below JSON data. There will be no condition
var a = [
{
"selector": "mark",
"color": "#1b1f23"
}
,
{
"selector": "legend",
"color": "inherit"
}
,
{
"selector": "::-webkit-input-placeholder",
"color": "inherit"
}
,
{
"selector": "body",
"color": "#24292e"
}
];
I am not getting any free source to do the same . Please help ..
The output should look like this :

