diff options
author | necrashter | 2022-04-24 22:22:48 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-24 22:26:05 +0300 |
commit | 4dada665e03b6f2061a72893f86472619b71042f (patch) | |
tree | 6a3d7772e25db3808c57a86ff8e757af382deabc | |
parent | f429ec3983335c87d67644ecf9ee7d6c551534ff (diff) | |
download | gradecoin-site-4dada665e03b6f2061a72893f86472619b71042f.tar.gz gradecoin-site-4dada665e03b6f2061a72893f86472619b71042f.tar.bz2 gradecoin-site-4dada665e03b6f2061a72893f86472619b71042f.zip |
Tag the transaction example codeblock with JSON
-rw-r--r-- | content/transaction_docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/transaction_docs.md b/content/transaction_docs.md index a4617a6..c521afd 100644 --- a/content/transaction_docs.md +++ b/content/transaction_docs.md | |||
@@ -30,7 +30,7 @@ Since there are many ways to convert an object to JSON, we enforce the following | |||
30 | - All keys and string values must be enclosed with quotation marks (`"`). | 30 | - All keys and string values must be enclosed with quotation marks (`"`). |
31 | 31 | ||
32 | Here's an example demostrating how your JSON string should look like: | 32 | Here's an example demostrating how your JSON string should look like: |
33 | ``` | 33 | ```json |
34 | {"source":"bar","target":"baz","amount":2,"timestamp":"2021-04-18T21:49:00"} | 34 | {"source":"bar","target":"baz","amount":2,"timestamp":"2021-04-18T21:49:00"} |
35 | ``` | 35 | ``` |
36 | 36 | ||