Skip to content

Simple powershell module for conversion between HJSON and JSON.

License

Notifications You must be signed in to change notification settings

TomasBouda/hjson-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hjson-powershell psgallery psgallery

Simple powershell module for conversion between HJSON and JSON. It't wrapper of hjson-cs. You can found more information about hjson at https://hjson.org/.

Instalation

Install-Module -Name HJSON

Usage

Convert Json to HJson

$hjsonString = ConvertTo-HJson -Path "C:\someJsonFile.json"

Convert HJson to Json

$jsonString = ConvertFrom-HJson -Path "C:\someHJsonFile.hjson"

About

Simple powershell module for conversion between HJSON and JSON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published