16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"menu": {
|
|
"node": [
|
|
[
|
|
"Print Node",
|
|
"console.log"
|
|
]
|
|
],
|
|
"component": [
|
|
[
|
|
"Print Comp",
|
|
"console.log"
|
|
]
|
|
]
|
|
}
|
|
} |