I want to be able to submit to my bot the following
COLLECTION PAM TYPE test_type JSON STRING {“rachel”:”pow”, “jodie”:”pow”}
My interpreter can parse the JSON STRING, but only if it has the double-quotes passed in (the pattern is COLLECTION * TYPE * JSON STRING *
But AIML strips the quotation marks so I cannot now process it as JSON.