kangarooDataCenterV3/jolt-demo/default/spec2.json

10 lines
265 B
JSON
Raw Permalink Normal View History

[
{
"operation": "default",
"spec": {
"age": 18, // 原始 age 是 null会被填充为 18
"gender": "female", // 原始无 gender 字段,会被添加
"active": true // 原始无 active 字段,会被添加
}
}
]