Domeniko Gentner 3f7d06fc0f Implementation example
Added example and changed default configuration to use this example by default to be used out of the box.
2020-12-04 13:16:56 +01:00
..
2020-12-04 13:16:56 +01:00
2020-12-04 13:16:56 +01:00

{
  "comments": [
    {
      "comment_id": 1,
      "email": "commenter1@",
      "content": "This is an example comment with over 40 characters.",
      "created_on": "2020-12-04 12:23:14",
      "replied_to": null,
      "gravatar": "d9eef4df0ae5bfc1a9a9b1e39a99c07f"
    }
  ],
  "replies": [
    {
      "comment_id": 2,
      "email": "commenter2@",
      "content": "This is an example reply, to test if this works.",
      "created_on": "2020-12-04 12:24:19",
      "replied_to": 1,
      "gravatar": "d9eef4df0ae5bfc1a9a9b1e39a99c07f"
    }
  ]
}