Steps to reproduce ------------------ ```powershell JsonFile Case1 { Path = 'C:\Test.json' Key = 'Key1' Value = 'null' } ``` Expected behavior ----------------- ```json { "Key1": null } ``` Actual behavior --------------- ```json { "Key1": "null" } ```