回答編集履歴
1
書き忘れを追記
answer
CHANGED
@@ -8,6 +8,8 @@
|
|
8
8
|
console.log(JSON.stringify(a));
|
9
9
|
```
|
10
10
|
|
11
|
+
結果
|
12
|
+
|
11
13
|
```txt
|
12
14
|
{"aaa":[{"header":{"bbb":[{"ccc":{"[0][value]":""}}]}}]}
|
13
15
|
```
|