resx_json v0.2.0 ResxJSON.Partial.Sequence

This struct can be used to group a batch of partials in a partial stream that will be processed by ResxJSON.Encoder.

%ResxJSON.Partial.Sequence{
    nodes: [
        %ResxJSON.Partial.key("foo"),
        "bar",
    ]
}