Hi,
the hanlebars parser doesn't like JSON that ends in two braces.
If, say, we pass in a template like
<template requires=""><button someAttr="{"one": "value","two": {"inner": "value"}}"></button></template>
once its parsed, the final }} are missing from the attribute value
