The to_string function has changed this past weekend. It seems to be
stripping out null fields!eg: If you To_String this value:
{"consentLevel": "Monthly","consentType": null,"from": null,"to":
null}you only get the consentLevel back{"consentLevel": ...