CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #3
    Join Date
    Feb 2011
    Posts
    47

    Re: JSON Serialization

    Well, the server has been built by somebody else, its basically been provided for me to access. I have no control over it, or how the information is sent. So I am to assume its 100% correct. And i have to make my application to work with it. Which leads me to believe that my code is wrong, but i dont know why?
    As for checking the JSON request, I dont know if its returning the correct data, i assume so? I think so. But im not sure how to check though, to be honest. Not alot of experience working with JSON.
    Thanks for your reply,
    M
    Last edited by Medic1de; April 12th, 2012 at 11:24 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured