Add Avro to JSON data format conversion

This commit is contained in:
Jarrod Connolly 2019-10-30 22:09:42 -07:00 committed by d98762625
parent f1a1985329
commit 6e1bd7eb7b
6 changed files with 155 additions and 1 deletions

View file

@ -91,6 +91,7 @@ import "./tests/Protobuf.mjs";
import "./tests/ParseSSHHostKey.mjs";
import "./tests/DefangIP.mjs";
import "./tests/ParseUDP.mjs";
import "./tests/AvroToJSON";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";