Class JsonArrayElementFramer
Frames each JSON element in a JSON array as a separate frame.
- Waits for '[' to start.
- Handles string/escape context and nested objects/arrays.
- Yields each element as a frame.
- On ']', closes the array and resets state.
Inheritance
JsonArrayElementFramer
Assembly: Glitch9.IO.dll
Syntax
public sealed class JsonArrayElementFramer : IByteFramer
Methods
|
Edit this page
View Source
Feed(ReadOnlyMemory<byte>)
Declaration
public IEnumerable<ReadOnlyMemory<byte>> Feed(ReadOnlyMemory<byte> chunk)
Parameters
Returns
Implements
Extension Methods