기타 [vb.net] JSON Example
페이지 정보
본문
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim jo As Object = New With {Key .list = {"foo", "bar"}, Key .data = "string"}
RichTextBox1.Text = JsonConvert.SerializeObject(jo)
End Sub
- 이전글[vb.net] 이미지 주변 여백 제거 23.06.26
- 다음글[vb.net] 주차 구하기 월, 년 ~번째주 23.01.12
댓글목록
등록된 댓글이 없습니다.