Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はjsonとwebservicesにかなり慣れていません。
ばかげた質問かもしれませんが、答えを見つけることができませんでした。
form送信時にGET メソッドを実行するhtmlがあるとします。サーバーは HTTP 応答を実行します。
form
応答のコンテンツ (本文) が JSON 形式であることを確認するにはどうすればよいですか?
-V
data=response_from_the_page; try { json = $.parseJSON(data); } catch (e) { // not json }