diff --git a/html/src/app.js b/html/src/app.js
index 5fc5ed7c..9bdaaf91 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -1977,6 +1977,12 @@ speechSynthesis.getVoices();
break;
}
}
+ // delete any null in json
+ for (var key in json) {
+ if (json[key] === null) {
+ delete json[key];
+ }
+ }
if (typeof ref === 'undefined') {
ref = {
id: '',