How to write if statement in Jelly Code for Object
Hello, I have the following code: <j2:forEach items="$[jvar_grCategories]" var="jvar_json"> , this should return N object so i need to write an if statement if( jvar_json.type == "car" ) then print "Type:Car". I wrote the following code but the code ...