I get this object in echo $output:
{
"Key":"a-string-with-letters-and-numbers"
}
How can I store the string ("a-string-with-letters-and-numbers") as a variable, or can i echo this directly with selectors?
I need to store the string into this script:
options({
key: "<?php echo $output ?>"
});