Solutionunvalidated
Changing the statement that created the .json file to use the ANSII encoding fixed the issue — The file was generated by a Powershell script. Outcome: Out-File -FilePath "policy.json" -InputObject $policy -Encoding ansii.
b46ec76f-5dd4-49c8-87c2-f20c18bc301b
Changing the statement that created the .json file to use the ANSII encoding fixed the issue — The file was generated by a Powershell script. Outcome: Out-File -FilePath "policy.json" -InputObject $policy -Encoding ansii.