"JQuery $.parseJSON()"의 두 판 사이의 차이

20번째 줄: 20번째 줄:
*http://api.jquery.com/jquery.parsejson/
*http://api.jquery.com/jquery.parsejson/


[[분류: jQuery 도구]]
[[분류: jQuery Utilities]]

2015년 7월 29일 (수) 16:06 판

jQuery.parseJSON()
$.parseJSON()

1 예시

<script src="//code.jquery.com/jquery.min.js"></script>
<script>
var obj = $.parseJSON( '{ "name": "John" }' );
document.write( obj.name );
</script>

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}