I'm working on an application which consumes hal+json documents and uses dustjs for templating. The spec for hal+json documents the use of Curie syntax for link relations which includes colons in the key. Dust doesn't like colons in keys. Can we fix that?
I'm working on an application which consumes hal+json documents and uses dustjs for templating. The spec for hal+json documents the use of Curie syntax for link relations which includes colons in the key. Dust doesn't like colons in keys. Can we fix that?