pandoc.List
Lists created by `pandoc.json.decode` now behave like lists generated via `pandoc.List`. This also ensures that `pandoc.List` tables are encoded as JSON arrays when passed to `pandoc.json.encode`. Fixes: #9834
Ensures that objects with nested AST elements can be encoded as JSON.
pandoc.json
Closes: #8605