analogrelay / PS-Json

Json Type Alias and Converters for PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS-Json

Provides a Type Accelerator and Adapter for JSON data in PowerShell

Using

  1. Install PS-Get

  2. Get PS-Json from the PS-Get gallery

    Import-Package PS-Json

  3. Create an object from a JSON string

    $j = [json]"{foo:42}"

  4. Access properties from the JSON object!

    $j.foo

About

Json Type Alias and Converters for PowerShell


Languages

Language:C# 100.0%