superb_dev a day ago

Individual JSON records are streamable

  • packetlost 18 hours ago

    JSON itself, no, that's not the case. If you accept an extension like JSON Lines, it can be. Many decoders will barf if you have multiple top level objects in the same file. If you want portable, non-ephemeral data JSON Lines is a poor choice.