Built-in commands are immune to that limitation, and printf is one of them. In conjunction with xargs, it would help a lot to achieve this.
printf
xargs
printf '%s' *.json | xargs -0 cat -- | jq -s
1.4m articles
1.4m replys
5 comments
57.0k users