From cd9598468af1eb5cc4db690492886174cce067af Mon Sep 17 00:00:00 2001 From: Adam Ludes Date: Wed, 16 Oct 2024 18:50:26 +0200 Subject: [PATCH] use jsonc in code blocks Signed-off-by: Adam Ludes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3f1b23..a7b31b3 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,7 @@ Since query parameters can be used more than once, they are stored in an array a Here is an example that includes query parameters gopherColor and gopherAge in the response, one of which can be used more than once: -````json +````jsonc // expects a request to, for example, GET /gophers/bca49e8a-82dd-4c5d-b886-13a6ceb3744b?gopherColor=Blue&gopherColor=Purple&gopherAge=42 [ { @@ -621,7 +621,7 @@ This example also showcases the functions `timeNow`, `timeUTC`, `timeAdd`, `time Here is an example that includes the request body in the response: -````json +````jsonc // imposters/gophers.imp.json [ { @@ -665,7 +665,7 @@ Here is an example that includes the request body in the response: } ```` -````json +````jsonc // request body to POST /gophers/bca49e8a-82dd-4c5d-b886-13a6ceb3744b?gopherColor=Blue&gopherColor=Purple&gopherAge=42 { "data": {