티스토리 뷰
asp json 다루기
출처 : http://87nyunseng.tistory.com/entry/asp-json-%EB%8B%A4%EB%A3%A8%EA%B8%B0
- "0":{
- "id":1384045,
- "title":"scientist with test tube radiant gradient bg",
- "creator_name":"Jose Gil",
- "creator_id":6537,
- "thumbnail_html_tag":"",
- "thumbnail_width":81,
- "thumbnail_height":110,
- }
- <script runat="server" language="javascript" src="json2.min.js"></script>
- <%
- 'JSON 파싱
- Dim myJSON
- Set myJSON = JSON.parse(jSonText)
- 'JSON Object 출력
- response.write "<BR><BR>"
- Response.Write "id= " & myJSON.[0].id & "<BR>"
- Response.Write "title= " & myJSON.[0].title & "<BR>"
- Response.Write "creator_name= " & myJSON.[0].creator_name & "<BR>"
- Response.Write "creator_id= " & myJSON.[0].creator_id & "<BR>"
- Response.Write "thumbnail_html_tag= " & myJSON.[0].thumbnail_html_tag & "<BR>"
- Response.Write "thumbnail_width= " & myJSON.[0].thumbnail_width & "<BR>"
- Response.Write "thumbnail_height= " & myJSON.[0].thumbnail_height & "<BR>"
- %>
'프로그래밍 > 기타' 카테고리의 다른 글
닷넷 에러찾아주는 사이트 Fineerr.net (0) | 2014.04.14 |
---|---|
웹사이트의 성능을 최적화 하기위한 14가지 기법 (0) | 2013.03.28 |
색상조화표 (0) | 2012.07.31 |
Sybase IQ 에 OLE DB 를 이용해서 접속하는 방법 (0) | 2012.07.10 |
아이폰(iphone) safari 웹개발 기본 팁 (0) | 2012.04.16 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- html5
- Ajax
- json
- SVG
- grid
- ASP.NET
- IE
- WebApi
- drag&drop
- css3
- 셀렉터
- WCF
- jQuery Mobile
- Chart
- CSS
- JavaScript
- 제이쿼리
- jquery chart
- Excel
- workbook
- rowspan
- 프로시저
- jQuery
- JS
- 저장프로시저
- radius
- 자바스크립트
- Style
- Mobile
- MSSQL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함