`prv_skip_blank` has the following comment: `Skip all characters that are considered *blank* as per RFC4627` However, \f has never been considered a whitespace character in RFC4627. Also applies to streaming mode.
prv_skip_blankhas the following comment:Skip all characters that are considered *blank* as per RFC4627However, \f has never been considered a whitespace character in RFC4627.
Also applies to streaming mode.