You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I heard that bsky produces ndjson. The separator is "\n".
So current behaviour is valid as ndjson.
Each line is valid JSON as follows:
$ ./bsky thread --json at://did:plc:k762js3b44u4kppedx63ozsw/app.bsky.feed.post/3ju6nl3mnvx22 | head -1 | jsonlint -c
(No error, displays pretty-printed JSON (for first line of result)
bsky thread --json at://did:...
returns invalid JSON.Example session is as follows (full session is on gist):
As you can see,
bsky thread --json at://did:...
returns{ ... }{ ... }
. It is invalid JSON.The text was updated successfully, but these errors were encountered: