We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用工具:JSON美化工具
使用功能:节点编辑
原始数据:
{ "name": "Joseph", "age": 18, "handsome": true }
期望:取消勾选 节点编辑 时,左侧的编辑栏的数据能回复到原来的数据
实际:
"name": "Joseph",
"age": 18,
{
}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用工具:JSON美化工具
使用功能:节点编辑
原始数据:
期望:取消勾选 节点编辑 时,左侧的编辑栏的数据能回复到原来的数据
实际:
"name": "Joseph",
时,左侧的编辑栏里的数据变成了相应的节点;同理,当我点击"age": 18,
,也变成了相应的节点;{
或}
时,才能回复到原来的数据。这样的操作顺序,谁懂?The text was updated successfully, but these errors were encountered: