测试页面

This is your public display name.

测试代码块

console.log("Hello, world!");

@uiw/react-json-view 测试

{5 items
"name":"John Doe"
"age":30
"email":"john@example.com"
"address":{2 items
"city":"New York"
"country":"USA"
}
"hobbies":[3 items
0:"reading"
1:"coding"
2:"traveling"
]
}
{ "name": "John Doe", "age": 30, "email": "john@example.com", "address": { "city": "New York", "country": "USA" }, "hobbies": [ "reading", "coding", "traveling" ] }

当前数据预览:

{
  "name": "John Doe",
  "age": 30,
  "email": "john@example.com",
  "address": {
    "city": "New York",
    "country": "USA"
  },
  "hobbies": [
    "reading",
    "coding",
    "traveling"
  ]
}

这是一个测试页面。