This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[
{
"operation": "default",
"spec": {
"age": 18, // 原始 age 是 null,会被填充为 18
"gender": "female", // 原始无 gender 字段,会被添加
"active": true // 原始无 active 字段,会被添加
}
]