JSON: ```json [ "a", { "b": "c" }, [ "d" ] ] ``` JSONL ```jsonl "a" { "b": "c" } [ "d" ] ``` what is difference, except additional `[` and `]` in JSON?