$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-09-22 14:15:48
Bjorn Reese wrote:
> https://github.com/breese/trial.protocol/tree/develop/example/json/chunked_push_parser
>
> The current limitation is that the buffer must be large enough to hold the
> largest string or number.
You can lift it if you introduce string_part tokens. This will bring it even
closer to Boost.JSON. It will make the pull interface less pure though.