Formatted json

This commit is contained in:
MatMasIt 2021-02-15 10:59:14 +01:00 committed by GitHub
parent 4daa498dff
commit 282baa02b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ The file should be structured in this way
#### Example #### Example
```JSON ```JSON
{ {
"title":"Title", "title": "Title",
"author":"Author", "author": "Author",
"message":"Lorem ipsum\ndolor sit amet", "message": "Lorem ipsum\ndolor sit amet",
"nkeys":2, "nkeys": 2,
"unixcreated":1612619383 "unixcreated": 1612619383
} }
``` ```
#### Keys #### Keys