hjson-rust icon indicating copy to clipboard operation
hjson-rust copied to clipboard

Hjson for Rust

Results 16 hjson-rust issues
Sort by recently updated
recently updated
newest added

Asking because dependencies are outdated and there seems to be [little progress overall](https://github.com/hjson/hjson-rust/pulse/monthly). @dqsully ?

help wanted

Hello, I am a bit new to Rust (I have to start with that), but I am also very confused how to use the custom derives of serde with this...

Before this PR `de::from_str` would panic when trying to parse out of bound integers. Now it returns an error. (It would be nicer if it would parse the numbers successfully,...

We've been using hjson in Nushell, and it's been great. Definitely an improvement to have a more-flexible json format. With the latest Rust 1.48, though, we ran into an issue...

Since Hjson is an extension of JSON, and the Serde team keeps their JSON implementation up to date, I think it would make sense to keep hjson-rust as a fork...

help wanted

more fuzzing gave me this error: thread '' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: Overflow }', /home/capitol/project/hjson-rust/hjson/src/util.rs:208:67 full stacktrace: ``` #0 0x561f6f275731 in __sanitizer_print_stack_trace /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/asan_stack.cpp:86:3...

more testing of the from_slice function with valid utf8 gave me this error: thread '' panicked at 'removal index (is 0) should be < len (is 0)', library/alloc/src/vec.rs:1057:13 complete stacktrace...