Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持更多输出格式 #2

Open
TooBug opened this issue Sep 28, 2014 · 2 comments
Open

支持更多输出格式 #2

TooBug opened this issue Sep 28, 2014 · 2 comments

Comments

@TooBug
Copy link
Owner

TooBug commented Sep 28, 2014

[{
  "name":"广东省",
  "children":[{
    "name":"深圳市",
    "children":[{
      "name":"南山区"
    }]
  }]
}]
{
  "广东省":{
    "深圳市":{
      "南山区":{}
    }
  }
}
[
  ["广东省",
    [
      "深圳市",
      ["南山区"]
    ]
  ]
]
@TooBug
Copy link
Owner Author

TooBug commented Sep 28, 2014

{
  "广东省":[
    "深圳市",
    "广州市"
  ]
}

@zz006598
Copy link

zz006598 commented Oct 9, 2017

缺一个参数值value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants