JSON Syntax From Server?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pbd22

    #1

    JSON Syntax From Server?

    Can somebody please show me what a well-formed
    JSON string would look like prior to being sent back
    to the client?

    I see tons of stuff on the net about parsing JSON once
    on the client and structuring the request and so on, but
    I am finding it hard to find a very good VB.NET example
    of JSON coming from the server.

    Anybody? Thanks!

  • =?Utf-8?B?ZG90TmV0RGF2ZQ==?=

    #2
    RE: JSON Syntax From Server?

    What type of application are you hitting on the server? Is it your web
    service or someone elses?

    David

    =============== =============== ========
    David McCarter [Microsoft VB.NET MVP]

    VSDN Tips & Tricks .NET Coding Standards available at:
    www.cafepress.com/vsdntips.20412485


    "pbd22" wrote:
    Can somebody please show me what a well-formed
    JSON string would look like prior to being sent back
    to the client?
    >
    I see tons of stuff on the net about parsing JSON once
    on the client and structuring the request and so on, but
    I am finding it hard to find a very good VB.NET example
    of JSON coming from the server.
    >
    Anybody? Thanks!
    >
    >

    Comment

    Working...