我正在使用水星编辑器(非导轨)开发内容管理系统。但问题是我不知道如何保存从水银编辑器提供的 JSON 字符串。
这是编辑器提供的 JSON 字符串。
{
"get_title": {
"type": "simple",
"data": {},
"value": "skdhfzsd"
},
"title": {
"type": "simple",
"data": {},
"value": "This is a test page"
},
"content": {
"type": "full",
"data": {},
"value": "<p>What is this kind of page ?</p><p>Well this is my cool test page to try out different stuff.</p><p><a href=\"http://www.domeinz.nl\" target=\"_blank\">Woot</a></p><p><iframe style=\"width: 560px; height: 349px;\" src=\"http://www.youtube.com/embed/ixifxQ_MDu4?wmode=transparent\" frameborder=\"0\" allowfullscreen=\"true\"></iframe><br></p><p><iframe style=\"width: 400px; height: 225px;\" src=\"http://player.vimeo.com/video/22193086?title=1&byline=1&portrait=0&color=ffffff\" frameborder=\"0\"></iframe><br></p><p>☃ ©</p><p><br></p>",
"snippets": {}
}
}
问题是我不知道如何将其保存到我的 save.php 文件以及如何获取请求。
打招呼。