|
@@ -21,7 +21,8 @@ class FromMessagePack extends Operation {
|
|
|
|
|
|
this.name = "From MessagePack";
|
|
this.name = "From MessagePack";
|
|
this.module = "Code";
|
|
this.module = "Code";
|
|
- this.description = "Converts MessagePack encoded data to JSON";
|
|
|
|
|
|
+ this.description = "Converts MessagePack encoded data to JSON. MessagePack is a computer data interchange format. It is a binary form for representing simple data structures like arrays and associative arrays.";
|
|
|
|
+ this.infoURL = "https://wikipedia.org/wiki/MessagePack";
|
|
this.inputType = "ArrayBuffer";
|
|
this.inputType = "ArrayBuffer";
|
|
this.outputType = "JSON";
|
|
this.outputType = "JSON";
|
|
this.args = [];
|
|
this.args = [];
|