grails - Jade4J not recognizing JSON objects -


if following

h1= firstname 

i get

<h1>{"test":"test"}               </h1> 

but if

h1= firstname.test 

nothing shows up

*using grails-jade plugin.

apparently jade4j not support json java


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -