Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. JSON Parser for asp.net 2 ?

JSON Parser for asp.net 2 ?

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netbusinessjson
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zeego
    wrote on last edited by
    #1

    I want to parse/break json response sent by ajax.post into a class inside my business logic ? How do I do this with ASP.net 2.0 ?:~

    A 1 Reply Last reply
    0
    • Z zeego

      I want to parse/break json response sent by ajax.post into a class inside my business logic ? How do I do this with ASP.net 2.0 ?:~

      A Offline
      A Offline
      Atulkryadav
      wrote on last edited by
      #2

      with the help of these you can do using System.Runtime.Serialization; using System.Runtime.Serialization.Json; Thanks

      Atul Kumar

      T 1 Reply Last reply
      0
      • A Atulkryadav

        with the help of these you can do using System.Runtime.Serialization; using System.Runtime.Serialization.Json; Thanks

        Atul Kumar

        T Offline
        T Offline
        tanvon malik
        wrote on last edited by
        #3

        be cautious

        System.Runtime.Serialization.Json;

        requires .net framework 3.5 minimum

        Tanvon Malik Tanvon ASP.NET C# visinia a News Site Created in ASP.NET C#

        Z 1 Reply Last reply
        0
        • T tanvon malik

          be cautious

          System.Runtime.Serialization.Json;

          requires .net framework 3.5 minimum

          Tanvon Malik Tanvon ASP.NET C# visinia a News Site Created in ASP.NET C#

          Z Offline
          Z Offline
          zeego
          wrote on last edited by
          #4

          Thank you so much. I am using JSON.net for asp.net 2. Does using .net's own namespaces have any advantage in my scenario. Please advice. :-O :doh:

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups