Note Data Type

Implemented Interfaces
Serializable
Properties
name data type description
date number
author string
text string

Example

{
  "date" : 12345,
  "author" : "...",
  "text" : "..."
}