ParserInput reading directly off a byte array which is assumed to contain the UTF-8 encoded representation of the JSON input, without requiring a separate decoding step.
ParserInput that allows to create a ParserInput from any randomly accessible indexed byte storage.