Added toJson().
This commit is contained in:
parent
5550f076ca
commit
527530e89d
4 changed files with 12 additions and 3 deletions
|
@ -38,7 +38,7 @@ class AkismetServlet : HttpServlet() {
|
|||
email = comment.authorEmail,
|
||||
date = comment.dateGmt,
|
||||
comment = comment.content,
|
||||
json = comment.toString(),
|
||||
json = comment.toJson(),
|
||||
isSpam = isSpam
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue