Skip to content

Instantly share code, notes, and snippets.

View Sarafian's full-sized avatar

Alex Sarafian Sarafian

View GitHub Profile
@Sarafian
Sarafian / ConvertFrom-XML.ps1
Last active November 13, 2020 11:11
XML to JSON (CODIT)
<#
.SYNOPSIS
Converts [xml] objects to memory object
.DESCRIPTION
Converts [xml] objects to memory object with some control over attribute values and property names
.PARAMETER AttributesGroupProperty
Name of property for values read from node attributes
.PARAMETER LowerCasePropertyNames
Convert all property names lower case
.EXAMPLE