C# - parsing json formatted data into nested hashtables

后端 未结 4 662
日久生厌
日久生厌 2020-12-17 04:09

I’m trying to work with some json formatted data in C#, but, I’m having some problems determining the proper way to approach the problem. My issue is that the json formatte

4条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-17 04:54

    You may want to look at http://techblog.procurios.nl/k/n618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html It is a simple library that parses a JSON string into Hashtables and ArrayLists. It can also turn these structures into JSON again.

提交回复
热议问题