Update README.md
This commit is contained in:
parent
20616d951a
commit
e71828dd65
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue