{ "example_bitxor":{ "name":"bitxor", "parameters":{ "mask":{ "type":"unsigned char", "tooltip":"bytemask", "default":255, "range":{ "min":0, "max":255 } } }, "input_subjects": { "data_in":{ "type":"byte", "tooltip":"input" } }, "output_subjects":{ "data_out":{ "type":"byte", "tooltip":"output" } }, "info":{ "auther":"kelly", "version":[1,0,0], "mail":"kelly@163.com" } }, "example_reverse":{ "name":"reverse", "parameters":{ }, "input_subjects": { "data_in":{ "type":"byte", "tooltip":"input" } }, "output_subjects":{ "data_out":{ "type":"byte", "tooltip":"output" } }, "info":{ "auther":"kelly", "version":[1,1,0], "mail":"kelly@163.com" } } }