Closed
Description
Hi ~
I found writer output is changed.
before array output like this.
["aaa","bbb","ccc","ddd"] in one line.
but now it like this.
[
"aaa",
"bbb",
"ccc",
"ddd"
]
why you change it ?.
I like one line format, It not take so much place. if array is too long you can new line by 30 item.
thank you.
Metadata
Metadata
Assignees
Labels
No labels