I'm trying to deploy an application, and it keeps failing due to a "ADMIN-BADPATHNAMESPACE" error. It tells me it's due to a MarkLogic module for json error.
I looked up the file that this json.xqy was trying to be imported into, and I have a file that imports MarkLogic's json functions this way:
import module namespace json = "http://marklogic.com/xdmp/json"
at "/MarkLogic/json/json.xqy";
The error message doesn't help much, and so I'm confused where to go from here.