API開発をする上で下記のツールをよく使います JSON綺麗 https://tools.m-bsys.com/development_tooles/json-beautifier.php JSONエンコードツール http://atwata.com/json-stringify/
タグ: JSON
JSONフォーマットツール
JSONきれい https://tools.m-bsys.com/development_tooles/json-beautifier.php JSON Formatter JSON整形ツール:JSON Formatter
Ajax jQuery 基本フォーム処理
DEMO index.html <!DOCTYPE html> <html> <head> <meta charset=”utf-8″ /> <title>HTML 5 complete</title> <link rel=”stylesheet” href=”css/styles.css”& …
No ‘Access-Control-Allow-Origin’ header is present on the requested resource エラー
ドメインを指定した利用許可 header(‘Access-Control-Allow-Origin: http://example.net’); 全てのドメインからの利用を許可 header(‘Access-Control-Allow-Origin: *’);
シンプルフォームAPI
DEMO index.html <!DOCTYPE html> <html> <head> <meta charset=”utf-8″ /> <title>Simple API Form Ajax</title> <!–[if IE]> <script src=”http://h …