Created
November 24, 2020 13:51
-
-
Save hagevvashi/4613f10f464fe8ec1c714f4f05662fbd to your computer and use it in GitHub Desktop.
jsonをscriptタグでtype="application/json"とした時のサンプル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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