Now you can inject JavaScript libraries into JSON templates. — Jasonette has a powerful client-side template engine built in, which uses the commonly used {{ }} notation. It looks like this: {
"items": [{
"type": "image",
"url": "{{$jason.image}}"
}, {
"type": "label",
"text": "{{$jason.username}}"
}]
} Aside from obvious templating features like #if, #each, etc., …