Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trossr32/ps-json-to-powershell-class
A Powershell module and Blazor WASM web app that create Powershell classes and example usage functions from json supplied as a string, file or url.
https://github.com/trossr32/ps-json-to-powershell-class
blazor blazor-webassembly codemirror6 net8 powershell powershell-module tailwindcss
Last synced: about 1 month ago
JSON representation
A Powershell module and Blazor WASM web app that create Powershell classes and example usage functions from json supplied as a string, file or url.
- Host: GitHub
- URL: https://github.com/trossr32/ps-json-to-powershell-class
- Owner: trossr32
- License: mpl-2.0
- Created: 2022-11-26T21:35:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:05:40.000Z (9 months ago)
- Last Synced: 2024-10-24T22:09:30.853Z (3 months ago)
- Topics: blazor, blazor-webassembly, codemirror6, net8, powershell, powershell-module, tailwindcss
- Language: JavaScript
- Homepage: http://json2ps.app/
- Size: 15.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON to Powershell class
## Blazor WASM app
A net8.0 Blazor WebAssembly web application that converts JSON to Powershell classes. JSON can be supplied as a string, an uploaded file or a URL API endpoint.
Hosted with github pages at [json2ps.app](https://json2ps.app/)
## Powershell module
[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/JsonToPowershellClass?label=JsonToPowershellClass&logo=powershell&style=plastic)](https://www.powershellgallery.com/packages/JsonToPowershellClass)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/JsonToPowershellClass?style=plastic)](https://www.powershellgallery.com/packages/JsonToPowershellClass)A Powershell module that converts JSON to Powershell classes. JSON can be supplied as a string, a file that will be read or a URL that will be downloaded.
Available in the [Powershell Gallery](https://www.powershellgallery.com/packages/JsonToPowershellClass)
## Wiki
[Web app](https://github.com/trossr32/ps-json-to-powershell-class/wiki/Web-app)
[Powershell module](https://github.com/trossr32/ps-json-to-powershell-class/wiki/Powershell-module)
## Contribute
Please raise an issue if you find a bug or want to request a new feature, or create a pull request to contribute.