[vb.net] JSON Example > vb.net

본문 바로가기

vb.net

[기타] [vb.net] JSON Example

회원사진
하나를하더라도최선을
2023-04-09 16:05 1,910 0

본문



    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

댓글목록0

등록된 댓글이 없습니다.
게시판 전체검색