Test: JSON Reference in PowerShell

Ivan Ignatiev
Dec 25, 2020

Currently in Draft there are 2 specifications for JSON references handling:

I am often using JSON for configuration files for my scripts and modules in PowerShell.

Unfortunately, JSON references are not currently supported by PowerShell.

I have created a request on PowerShell UserVoice

Test code:

Results in PowerShell 5.1
Results in PowerShell 7.1.0

--

--