```crystal # json: Bytes[123, 34, 102] # jsonb: Bytes[1, 123, 34, 102, 111] ``` Thanks @alecdwm for ~~bug~~report!