【发布时间】:2012-06-18 11:48:27
【问题描述】:
我需要为 the jit 库创建一个自定义 json。我应该使用额外的 C# 逻辑还是以某种方式扩展 JsonSerializer。 Json应该是这样的-->
var json = {
"children": [
{
"children": [
{
"children": [],
"data": {
"playcount": "276",
"$color": "#8E7032",
"image": "http://userserve-ak.last.fm/serve/300x300/11403219.jpg",
"$area": 276
},
"id": "album-Thirteenth Step",
"name": "Thirteenth Step"
}
}]
}
【问题讨论】:
-
是的,但我需要更多自定义 json
标签: c# json serialization thejit