We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5ed15d + ee72432 commit b5be752Copy full SHA for b5be752
1 file changed
src/reader.rs
@@ -487,6 +487,7 @@ pub fn try_read(input: &str) -> IResult<&str, Value> {
487
try_read_f64,
488
try_read_i32,
489
try_read_bool,
490
+ try_read_nil,
491
try_read_symbol,
492
try_read_keyword,
493
try_read_list,
0 commit comments