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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -