I have tried with \"!== null\", but it is returning PASS even when the field is returning 0 or \"\".
try this one:
pm.test("your-value is not null", function () { var jsonData = pm.response.json(); pm.expect(jsonData.your_value).not.eql(null); });