@@ -30,10 +30,11 @@ File file1.json content:
3030 }
3131 },
3232 "group4": {
33- "default": " null" ,
33+ "default": null,
3434 "type": "bas",
3535 "nest": {
36- "bar": ""
36+ "bar": "",
37+ "foo": 0
3738 }
3839 }
3940 },
@@ -209,26 +210,28 @@ File file1.json content:
209210 "history": "group4",
210211 "fileKey": "group4",
211212 "fileContent": {
212- "default": " null" ,
213+ "default": null,
213214 "type": "bas",
214215 "nest": {
215- "bar": ""
216+ "bar": "",
217+ "foo": 0
216218 }
217219 },
218220 "output": {
219221 "default": {
220222 "level": 2,
221223 "history": "group4.default",
222224 "fileKey": "default",
223- "fileContent": " null" ,
225+ "fileContent": null,
224226 "output": []
225227 },
226228 "nest": {
227229 "level": 2,
228230 "history": "group4.nest",
229231 "fileKey": "nest",
230232 "fileContent": {
231- "bar": ""
233+ "bar": "",
234+ "foo": 0
232235 },
233236 "output": {
234237 "bar": {
@@ -237,6 +240,13 @@ File file1.json content:
237240 "fileKey": "bar",
238241 "fileContent": "",
239242 "output": []
243+ },
244+ "foo": {
245+ "level": 3,
246+ "history": "group4.nest.foo",
247+ "fileKey": "foo",
248+ "fileContent": 0,
249+ "output": []
240250 }
241251 }
242252 },
@@ -260,7 +270,7 @@ File file2.json content:
260270 "common": {
261271 "follow": "false",
262272 "setting1": "Value 1",
263- "setting3": " null" ,
273+ "setting3": null,
264274 "setting4": "blah blah",
265275 "setting5": {
266276 "key5": "value5"
@@ -294,7 +304,8 @@ File file2.json content:
294304 "someKey": "true",
295305 "type": "bar",
296306 "nest": {
297- "bar": 0
307+ "bar": 0,
308+ "foo": null
298309 }
299310 }
300311 },
@@ -306,7 +317,7 @@ File file2.json content:
306317 "fileContent": {
307318 "follow": "false",
308319 "setting1": "Value 1",
309- "setting3": " null" ,
320+ "setting3": null,
310321 "setting4": "blah blah",
311322 "setting5": {
312323 "key5": "value5"
@@ -338,7 +349,7 @@ File file2.json content:
338349 "level": 2,
339350 "history": "common.setting3",
340351 "fileKey": "setting3",
341- "fileContent": " null" ,
352+ "fileContent": null,
342353 "output": []
343354 },
344355 "setting4": {
@@ -525,7 +536,8 @@ File file2.json content:
525536 "someKey": "true",
526537 "type": "bar",
527538 "nest": {
528- "bar": 0
539+ "bar": 0,
540+ "foo": null
529541 }
530542 },
531543 "output": {
@@ -541,7 +553,8 @@ File file2.json content:
541553 "history": "group4.nest",
542554 "fileKey": "nest",
543555 "fileContent": {
544- "bar": 0
556+ "bar": 0,
557+ "foo": null
545558 },
546559 "output": {
547560 "bar": {
@@ -550,6 +563,13 @@ File file2.json content:
550563 "fileKey": "bar",
551564 "fileContent": 0,
552565 "output": []
566+ },
567+ "foo": {
568+ "level": 3,
569+ "history": "group4.nest.foo",
570+ "fileKey": "foo",
571+ "fileContent": null,
572+ "output": []
553573 }
554574 }
555575 },
0 commit comments