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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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