├── .vscode └── spellright.dict ├── Cities.ps1 ├── New-ClassDefinitionFromObject.ps1 ├── PSJson.Tests.ps1 ├── PSJson.ps1 ├── PSJsonClass.ps1 └── README.md /.vscode/spellright.dict: -------------------------------------------------------------------------------- 1 | isbn 2 | az 3 | -------------------------------------------------------------------------------- /Cities.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/Cities.ps1 -------------------------------------------------------------------------------- /New-ClassDefinitionFromObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/New-ClassDefinitionFromObject.ps1 -------------------------------------------------------------------------------- /PSJson.Tests.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/PSJson.Tests.ps1 -------------------------------------------------------------------------------- /PSJson.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/PSJson.ps1 -------------------------------------------------------------------------------- /PSJsonClass.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/PSJsonClass.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dfinke/PowerShellJson/HEAD/README.md --------------------------------------------------------------------------------