Ferdinand Keil's

electronic notes

Articles in the "Powershell" category

Mai 05, 2022

Minify JSON using PowerShell

PowerShell is Windows' powerful and built-in scripting language. And just as a Linux shell it comes with loads of useful commands [1]. Recently I wanted to minify some JSON code to check how much that would shrink its size. I got some inspiration from StackOverflow and finally came up with …