Skip to content

Instantly share code, notes, and snippets.

@jhochwald
jhochwald / Convert-JSON2YAML_and_YAML2JSON.ps1
Created May 5, 2019 21:01
PowerShell: Covert YAML to JSON and JSON to YAML
# Create a YAML Document (Source https://yaml.org/start.html)
$RawYaml = @'
---
invoice: 34843
date : 2001-01-23
bill-to: &id001
given : Chris
family : Dumars
address:
lines: |