How to save a JSON object to a file using Powershell?

后端 未结 6 628
情话喂你
情话喂你 2021-02-01 15:10

I have converted the following JSON file to powershell representation object.

{
\"computer\": [
    {
        \"children\": [   
            {   
                        


        
6条回答
  •  终归单人心
    2021-02-01 15:27

    if you are stuck with PowerShell Version 2, the JSON module of Joel Bennett from the 'PowerShell Code Repository' might help.

提交回复
热议问题