parsing yaml received in blocks

Conor Lennon <[email protected]> Wed, 20 Dec 2023 22:16:32 +0000
Newsgroups gmane.text.yaml.general
Message-ID <[email protected]>
I've got a c application that receives a stream of yaml data in multiple chunks.

Is libyaml suitable for parsing incomplete yaml data?

i.e. being passed each of the chunks of data as they are received?

and libyaml handling detecting that the data is incomplete and waiting for the next chunk to be received.


Regards,

Conor