Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hagevvashi/4613f10f464fe8ec1c714f4f05662fbd to your computer and use it in GitHub Desktop.
Save hagevvashi/4613f10f464fe8ec1c714f4f05662fbd to your computer and use it in GitHub Desktop.
jsonをscriptタグでtype="application/json"とした時のサンプル
<script type="application/json" id="json-data">
{
  "developers": [
    {
      "id": 0,
      "name": "hagevvashi",
      "editor": "emacs"
    }
  ]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment