Update intro.md (#960)

Add json.org reference link to the JSON chapter
This commit is contained in:
Oliver Hengstenberg 2022-11-20 08:02:49 +01:00 committed by GitHub
parent d91c6b624e
commit bc652cadc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ curl -X POST \
### JSON {#json}
*JavaScript Object Notation* as defined in ECMA-404. Quick one page overview: https://www.json.org/
Similar to sending form data, but with an additional header to specify that the data is in JSON format. To send a JSON request with cURL, specify the JSON content type with a header, then send the JSON data as form data:
```bash