Searched refs:unparsedJSON (Results 1 – 2 of 2) sorted by relevance
39 $unparsedJSON = $INPUT->post->str('prosemirror_json');40 if (empty($unparsedJSON)) {49 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);56 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {90 $unparsedJSON = $INPUT->post->str('prosemirror_json');95 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);102 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
18 * @param string $unparsedJSON the json produced by Prosemirror22 public function getSyntaxFromProsemirrorData($unparsedJSON) argument24 $prosemirrorData = json_decode($unparsedJSON, true);