Skip to content

analogrelay/PS-Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages