stringifyNullProperties
**What** Changes the order of object type evaluation to properly handle null properties. Previously, `stringifyNullProperties({ test: null })` would fail in the 2nd iteration due to an attempt to iterate `null` in `Object.keys(obj)`.