Streaming jsonapi

How can streaming of large jsonapi content be achieved? I cannot find any references to such usage other than the fact that the spec has been made with streaming in mind. I don’t see any jsonapi parsers or libraries that would support streaming. Has anyone done it? We are about to stream the content as a sequence of jsonapi fragments containing one resource each with no included resources, but that couldn’t have been the intention of the specification.