Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,7 +0,0 @@
|
|||
# JSON input is being stored in ordered hashtable.
|
||||
# Ordered hashtable is available in PowerShell v3 and higher.
|
||||
[ordered]@{ "foo"= 1; "bar"= 10, "apples" } | ConvertTo-Json
|
||||
|
||||
# ConvertFrom-Json converts a JSON-formatted string to a custom object.
|
||||
# If you use the Invoke-RestMethod cmdlet there is not need for the ConvertFrom-Json cmdlet
|
||||
Invoke-WebRequest -Uri "http://date.jsontest.com" | ConvertFrom-Json
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"foo": 1,
|
||||
"bar": [
|
||||
10,
|
||||
"apples"
|
||||
]
|
||||
}
|
||||
|
||||
time milliseconds_since_epoch date
|
||||
---- ------------------------ ----
|
||||
12:25:25 PM 1414326325923 10-26-2014
|
||||
Loading…
Add table
Add a link
Reference in a new issue