[Fact] public void BadSByte() => Assert.Throws <JsonException>(() => ParsedReading.ReadByte(new JsonReader("156783")));
public void Bytes(string input, byte expected) => ParsedReading.ReadByte(new JsonReader(input)).ShouldBeEquivalentTo(expected);