<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> { "count" : ${fn:length(messages)}, "list": [ { "from": '${cur.fromUser.username}', "to": '${cur.toUser.username}', "time": '${cur.date_sent}', "mesg": '${cur.message}' }, ]}