diff --git a/exec/load/json-client.js b/exec/load/json-client.js
index a4341ba2c286efbbec4d652d73f26f32dd3cdb58..2552a4411c4db2d6de5cdb1ee1f2a6e3d040a704 100644
--- a/exec/load/json-client.js
+++ b/exec/load/json-client.js
@@ -17,8 +17,9 @@ load("json-sock.js");
 	-	JSONClient.read(scope,location,lock);
 	-	JSONClient.pop(scope,location,lock);
 	-	JSONClient.shift(scope,location,lock);
-	-	JSONClient.write(scope,location,lock);
-	-	JSONClient.push(scope,location,lock);
+	-	JSONClient.write(scope,location,data,lock);
+	-	JSONClient.push(scope,location,data,lock);
+	-	JSONClient.remove(scope,location,lock);
 	-	JSONClient.unshift(scope,location,lock);
 	-	JSONClient.splice(scope,location,start,end,data,lock)
 	-	JSONClient.slice(scope,location,start,end,lock)