Horje
powershell read json file Code Example
powershell read json file
# Use the Get-content cmdlet
Get-Content -Raw -Path <jsonFile>.json | ConvertFrom-Json

# ConvertFrom-Json cmdlet syntax
ConvertFrom-Json
                [-InputObject] <String>
                [-AsHashtable]
                [-Depth <Int32>]
                [-NoEnumerate]
                [<CommonParameters>]




Shell

Related
linux bin to iso Code Example linux bin to iso Code Example
copy first 10 lines of a file to another file in unix Code Example copy first 10 lines of a file to another file in unix Code Example
how to install ghostscript on linux Code Example how to install ghostscript on linux Code Example
echo /etc/hosts permission denied Code Example echo /etc/hosts permission denied Code Example
deactivate laptop keyboard ubuntu Code Example deactivate laptop keyboard ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10