mjkaufer / JSML

:scroll: Dynamic, JSON powered HTML
34 stars 1 forks source link

Attributes without data #12

Open mjkaufer opened 9 years ago

mjkaufer commented 9 years ago

Doing something like


{
    t:"button",
    T:"disabled"
    a:{
        disabled:null
    }
}

Should output

<button disabled>disabled</button>