Due to the limitation of simdjson, SIMDJsonParser only supports parsing raw text which only contains exactly one JSON record. Delimiting the payload into individual records have to be done in application level by the user.
We should explore some possibility to do this in SIMDJsonParser or contact simdjson authors see if they can support it.