云多面
首页
工具
博客
工具
主题
格式转换
JSON
XML
TOML
YAML
输入
{ "user": { "name": "Bob", "age": 18, "gender": "male", "address": { "city": "Beijing", "street": "Chaoyang Road" } }, "blogs": [ { "title": "hello world", "content": "hello world", "tags": [ "hello", "world" ], "meta": { "views": 100, "likes": 10 } }, { "title": "hello web", "content": "hello web", "tags": [ "hello", "web" ], "meta": { "views": 100, "likes": 10 } } ] }
输出
缩进
转XML
转YAML
转TOML