For an Aura DB currently running '4.0-aura',
return apoc.convert.toJson({a:null}) as json_record_str;
throws an error, whereas it used to work perfectly before. This affects any JSON conversion for any object where there is a null value for any prop...