{"id":24990555,"url":"https://github.com/tomasbouda/hjson-powershell","last_synced_at":"2025-04-12T01:52:09.276Z","repository":{"id":92304351,"uuid":"213868550","full_name":"TomasBouda/hjson-powershell","owner":"TomasBouda","description":"Simple powershell module for conversion between HJSON and JSON.","archived":false,"fork":false,"pushed_at":"2019-10-09T13:35:00.000Z","size":7,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T01:52:03.495Z","etag":null,"topics":["conversion","convert","hjson","json","module"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomasBouda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-10-09T08:53:17.000Z","updated_at":"2024-11-23T19:37:14.000Z","dependencies_parsed_at":"2023-05-16T20:00:29.483Z","dependency_job_id":null,"html_url":"https://github.com/TomasBouda/hjson-powershell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2Fhjson-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2Fhjson-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2Fhjson-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomasBouda%2Fhjson-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomasBouda","download_url":"https://codeload.github.com/TomasBouda/hjson-powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505873,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conversion","convert","hjson","json","module"],"created_at":"2025-02-04T13:37:21.525Z","updated_at":"2025-04-12T01:52:09.252Z","avatar_url":"https://github.com/TomasBouda.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hjson-powershell [![psgallery](https://img.shields.io/powershellgallery/v/HJSON.svg)](https://www.powershellgallery.com/packages/HJSON/) [![psgallery](https://img.shields.io/powershellgallery/dt/HJSON.svg)](https://www.powershellgallery.com/packages/HJSON/)\n\nSimple powershell module for conversion between [HJSON](https://hjson.org/) and [JSON](http://www.json.org/). It't wrapper of [hjson-cs](https://github.com/hjson/hjson-cs). You can found more information about hjson at [https://hjson.org/](https://hjson.org/).\n\n## Instalation\n\n```ps1\nInstall-Module -Name HJSON\n```\n\n## Usage\n\nConvert Json to HJson\n```ps1\n$hjsonString = ConvertTo-HJson -Path \"C:\\someJsonFile.json\"\n```\n\nConvert HJson to Json\n```ps1\n$jsonString = ConvertFrom-HJson -Path \"C:\\someHJsonFile.hjson\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbouda%2Fhjson-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasbouda%2Fhjson-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasbouda%2Fhjson-powershell/lists"}