AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | IoT | IT Service | Network/System | NIS2 | Infra | Performance | Protocol | SaaS | Security | Service Level | Storage | Linux | VMware | VoIP | Web | Wireless | SNMP

MonitorTools.com » Administration » Powershell » Powershell 4.0 » ConvertFrom-Json

ConvertFrom-Json - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

ConvertFrom-Json

Short description
Converts a JSON-formatted string to a custom object.

Syntax


Description
The ConvertFrom-Json cmdlet converts a JSON-formatted string to a custom object (PSCustomObject) that has a property 
for each field in the JSON string. JSON is commonly used by web sites to provide a textual representation of objects.


To generate a JSON string from any object, use the ConvertTo-Json cmdlet.


This cmdlet is introduced in Windows PowerShell 3.0.





M