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. General Programming
  3. C#
  4. Is there a JSON Library that works like the System.Xml.Linq classes?

Is there a JSON Library that works like the System.Xml.Linq classes?

Scheduled Pinned Locked Moved C#
csharplinqxmljsonquestion
2 Posts 2 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.
  • M Offline
    M Offline
    MAIsw
    wrote on last edited by
    #1

    Hello! We got this project that requires us to build data structures into a hierachical text structure ( like xml, or json). When i search for json and .net, the libraries i find seem to be really good for serializing. But serializing isn't what i need. I need something like the System.Xml.Linq.XElement class. Just create a node and put other nodes inside. Supersimple. I will try the most common libraries out there of course, but i would love to hear your experiences with it. Have you done something like that? Do yoo have recommendations for me?

    P 1 Reply Last reply
    0
    • M MAIsw

      Hello! We got this project that requires us to build data structures into a hierachical text structure ( like xml, or json). When i search for json and .net, the libraries i find seem to be really good for serializing. But serializing isn't what i need. I need something like the System.Xml.Linq.XElement class. Just create a node and put other nodes inside. Supersimple. I will try the most common libraries out there of course, but i would love to hear your experiences with it. Have you done something like that? Do yoo have recommendations for me?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      Json.NET has support for LINQ to JSON. Providing you aren't looking to do anything mind blowingly complex, this should help. Introduction[^]

      This space for rent

      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