Skip to content
Snippets Groups Projects
Commit eb885019 authored by Kayz's avatar Kayz Committed by Rob Swindell
Browse files

Update comments on jsonclient

parent 63f42a77
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment