ndjson.github.io

Info Website for NDJSON (by ndjson)

Ndjson.github.io Alternatives

Similar projects and alternatives to ndjson.github.io

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ndjson.github.io alternative or higher similarity.

ndjson.github.io reviews and mentions

Posts with mentions or reviews of ndjson.github.io. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.
  • What the fuck
    2 projects | /r/programminghorror | 11 Apr 2023
    However, since every JSON document can be represented in a single line, something like newline-delimited JSON / JSON Lines feels like it would've been more suitable for that kind of data.
  • The XML spec is 25 years old today
    1 project | news.ycombinator.com | 10 Feb 2023
  • Consider Using CSV
    7 projects | news.ycombinator.com | 10 Dec 2022
    No one uses that format for streamed json, see ndson and jsonl

    http://ndjson.org/

    The size complaint is overblown, as repeated fields are compressed away.

    As other folks rightfully commented, csv is a mine field. One should assume every CSV file is broken in some way. They also don't enumerate any of the downsides of CSV.

    What people should consider is using formats like Avro or Parquet that carry their schema with them so the data can be loaded and analyzed without have to manually deal with column meaning.

  • DevTool Intro: The Algolia CLI!
    2 projects | dev.to | 15 Aug 2022
    What is ndjson? Newline delimited JSON is the format the Algolia CLI reads from and writes to files. This means that any command that passes ndjson formatted data as output or accepts it as input can be piped together with an Algolia CLI command! We’ll see more of this in the next example
  • On read of JSON file it loads the entire JSON into memory.
    1 project | /r/learnpython | 19 Jul 2022
    You might consider using json-lines format (also known as newline-delimited JSON), in which each line is a separate JSON document so they can be loaded individually.
  • How to format it as json?
    1 project | /r/golang | 27 Jun 2022
    The format you're getting is known as Newline-Delimited JSON. Instead of trying to parse the whole input and pass that to the JSON Decoder, you can use something like bufio.Scanner to get and parse it line by line.
  • Arrow2 0.12.0 released - including almost complete support for Parquet
    2 projects | /r/rust | 5 Jun 2022
    This is in oposition to NDJSON, which allows to split records without deserializing JSON itself, via e.g. read_lines. fwiw CSV suffers from the same problem as JSON - generally not possible to break into records without deserializing. It is worse than NDJSON because the character \n may appear at any position within an item, thus forbidding read_lines.
  • Processing large JSON files in Python without running out of memory
    1 project | /r/Python | 18 Mar 2022
    I've always seen it referred to as ndjson
  • Speeding up Go's builtin JSON encoder up to 55% for large arrays of objects
    2 projects | news.ycombinator.com | 3 Mar 2022
    I think this would be fine, as long as the CSV layer was still parsable using the RFC 4180, then you could still use a normal CSV parser to parse the CSV layer and a normal JSON parser to parse the JSON layer. My worry with your example is that it is nether format, so it will need custom serialisation and deserialisation logic as it is essentially a bran new format.

    https://datatracker.ietf.org/doc/html/rfc4180

    If you’re looking for line-oriented JSON, another option would be ndjson: http://ndjson.org/

  • IETF should keep XMPP as IM standard, instead of Matrix
    7 projects | news.ycombinator.com | 16 Jan 2022
  • A note from our sponsor - WorkOS
    workos.com | 23 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic ndjson.github.io repo stats
17
23
0.0
9 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com