Update README.md

This commit is contained in:
Alex Kup 2023-04-17 16:18:46 +03:00 committed by GitHub
parent 20616d951a
commit e71828dd65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -497,7 +497,8 @@ New-Object PSObject -Property @{
$EventData
```
### JSON
```log =
```
log =
{
level = 7;
};
@ -510,8 +511,8 @@ $log = '{
"log": {
"level": 7
}
}' | ConvertFrom-Json```
}' | ConvertFrom-Json
```
`Invoke-RestMethod -Uri "https://jsonplaceholder.typicode.com/posts" -Method Get` GET-запрос для получения объекта JSON
# Application