水銀エディター (非レール) を使用してコンテンツ管理システムを開発しています。しかし、問題は、水銀エディタから与えられた 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 ファイルに保存する方法と、リクエストを取得する方法がわからないことです。
ウーターに挨拶します。