LopJS is a node application for developing beautiful websites with JSON(basically an interpreter 🚀)!
npm i -g lopjs
If you are interested in reading the documentation, head to the github
now, each uiObject must be like this:
{
"div": {
"type": "div",
"value": "Hello, World!",
"attributes": {
"id": "div"
}
}
}