Email or username:

Password:

Forgot your password?
Top-level
Григорий Клюшников

Oh hi, been doing this exact thing for a while lol

1 comment
  Melvin Carvalho

@grishka @dansup Defining your own schema was part of the intended design. It can be quite simple too. Just use a JSON object with:

@ID
label
comment

Optionally you can add a @type. I would put this in an HTML page and the JSON in a SCRIPT tag. Then render a nice looking page with some simple JS.

Go Up