Skip to content

Instantly share code, notes, and snippets.

@moismailzai
Last active February 14, 2017 02:07
Show Gist options
  • Save moismailzai/3abc156d1cb2d35362ea57bdc387391f to your computer and use it in GitHub Desktop.
Save moismailzai/3abc156d1cb2d35362ea57bdc387391f to your computer and use it in GitHub Desktop.
Prototype for transporting HTML via JSON
{
"html": {
"body": {
"_attributes": {
"_class": [
"container",
"flex"
]
},
"_children": {
"div": {
"_attributes": {
"_class": [
"main-content"
]
},
"_children": {
"h1": {
"_attributes": {
"_class": [
"display"
],
"_id": [
"first-contact"
],
"_style": [
"color: red;",
"background: white;"
]
},
"_children": {
"_raw": [
"Hello World!"
]
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment