#NDJSON
📦 bakame/aide-ndjson 2.0.0

A simple class to handle Jsonlines in PHP

🔗 https://github.com/bakame-php/aide-ndjson
October 20, 2025 at 6:59 AM Everybody can reply
Comparing alternatives, JSON River differs from NDJSON (newline delimited) or SAX parsers. While NDJSON suits simple object streams, JSON River excels at parsing complex, deeply nested JSON structures for real-time UI updates. #TechComparison 5/6
October 14, 2025 at 7:00 PM Everybody can reply
In the attached image, I’m using named graphs on the one hand as a contextual assertion, but also to bundle triples together as an RDF Message. For the latter, I believe we should have another syntactic feature (cfr. NDJSON or Jelly frames).
September 30, 2025 at 10:23 PM Everybody can reply
Coming in the next minor version of #LeagueCSV the JsonConverter #ndjson support is improved you can now do the following #php #csv #oss
September 26, 2025 at 4:05 PM Everybody can reply
Easily move users between Kinde environments and businesses. Everything is in a compatible and secure NDJSON format so it ends up being a fairly easy export/import. Passwords or no passwords. Everything encrypted, salted, sugared, and secured.

Check it out. docs.kinde.com/manage-users...
September 17, 2025 at 8:19 AM Everybody can reply
📦 bakame/aide-ndjson 1.0.0

A simple class to handle Jsonlines in PHP

🔗 https://github.com/bakame-php/aide-ndjson
September 11, 2025 at 9:58 AM Everybody can reply
Released new version of ndjson-readablestream, for streaming NDJSON (JSON-lines) in the browser: https://www.npmjs.com/package/ndjson-readablestream

September 4, 2025 at 12:39 AM Everybody can reply
1 likes
💨 sqlite-lines github.com/asg017/sqlit...
August 28, 2025 at 12:48 PM Everybody can reply
@adulau @gcve @[email protected] If that's the case, that does make converting a lot easier. Copy-paste and basically just `cat` to the end of an NDJSON.
August 18, 2025 at 6:14 PM Everybody can reply
Thank you, yes!! I've forgotten about this extension more than twice now!!

I'm very glad there's something. Ndjson is a reasonable low-assumption offering indeed. Building an higher level http-atop-ndjson is an exercise left to the insane & the willing; it feels so vital, hopefully I can.
August 4, 2025 at 10:15 PM Everybody can reply
1 likes
Published a new version of ndjson-readablestream,
the lightest-weight library for reading streamed JSON-lines
https://www.npmjs.com/package/ndjson-readablestream?activeTab=versions
(New version just makes Eslint happier)

July 31, 2025 at 5:43 AM Everybody can reply
I shld prbly augment this since a 50+ MB ndjson/jsonlines file is a bit much. (URL to data file is in the notebook)
July 14, 2025 at 7:49 PM Everybody can reply
📢 Just published: @tej.as's talk recap from WebExpo 2025!

Build responsive, AI-powered interfaces using Generative UI, MCP and NDJSON.

💻 In this live-coded session, Tejas breaks down real-time streaming, partial JSON and dynamic DOM generation with examples you can apply today.
From GenAI to GenUI: Codify your UI on the fly
May 27-29, 2026
webexpo.net
July 2, 2025 at 3:09 PM Everybody can reply
2 likes
I'm working on yet another data processing benchmarks, and apparently polars can't read gzipped ndjson directly, whereas duckdb can. Interesting.
June 23, 2025 at 7:33 AM Everybody can reply
1 likes
#rstats {yyjsonr} update!

'yyjsonr' is a super fast JSON reader/writer supporting JSON, NDJSON and GeoJSON

v0.1.21 is released and now on #cran!

* Bug fixes
* More config options
* Removed non-API calls
* Using latest yyjson C lib

https://github.com/coolbutuseless/yyjsonr […]
Original post on fosstodon.org
fosstodon.org
June 3, 2025 at 10:54 AM Everybody can reply
5 reposts 4 likes
Using server sent events in an HTTP POST is the sort of evil I wouldn't even do. 🤪

NDJSON would have been nicer IMO
June 3, 2025 at 2:35 AM Everybody can reply
Ok, I have been able to replicate locally, but it is really strange. I am getting ERR_CONNECTION_RESET in the both Chrome and Firefox. It also doesn't actually get to the POST handler. But the strange thing is if I use Insomnia and POST even a 50mb NDJSON it works perfectly fine.
May 25, 2025 at 10:12 AM Everybody can reply
oh and my NDJSONs aren't thaaat big, i'm talking >3MB.

i chatgpt'ed some scripts to split single ndjson into smaller ones and i think anything <1MB works well.

playing around on mac and linux, all kinds of browsers.

weird stuff!
May 14, 2025 at 10:08 AM Everybody can reply
tried few browsers, no luck. i suspect a preflight request and maybe lack of https on localhost.

i'm importing into local. maybe my approach is flawed? the aim is to quickly repro a remote store locally with write access.

ndjson export/import with kview is most convenient i found so far
May 14, 2025 at 10:06 AM Everybody can reply