본문 바로가기
카테고리 없음

[vb.net] JSON Example

by IT HUB 2023. 4. 9.
728x90
반응형
    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
반응형

댓글