json load "findReplace" "{}"; json iobject "findReplace" / "tagToReplace" "jim" STR; msword replace "/Users/jimmitry/Desktop/template.doc" "/Users/jimmitry/Desktop/copy_with_replace.doc" (json doc "findReplace");
json load "findReplace" "{}"; json iobject "findReplace" / "tagToReplace" "jim" STR; mswordx replace "/Users/jimmitry/Desktop/template.docx" "/Users/jimmitry/Desktop/copy_with_replace.docx" (json doc "findReplace");