trobro
trobro
I agree, most people won't use those special chars. We just can't officially claim compatibility with JSON5. The differences would require a lot of extra code in Hjson implementations, so...
Hi @isinyaaa, thanks for the contribution! Unfortunately noone else has shown interest in contributing, and the Hjson organization is lacking maintainers for most of its repositories. I'm just admin for...
Nice! I also think Hjson is useful, so I try to keep it alive. @laktak can you invite @isinyaaa to become a member of the Hjson organization? I agree, keeping...
`nan` is not recognized as a number by Hjson. It is therefore treated as an unquoted string, and then everything after `nan` on the same line is seen as part...
`std::map::insert_or_assign()` was introduced in C++17 but hjson-cpp only requires C++11. I'm reluctant to drop support for C++11.
Having c++ version guards in the implementation is fine, but having c++ version guards in the header can cause confusing problems for users. This project compiles into a library that...
A consistent 10 % improvement of performance could justify adding complexity. But I noticed now one operation missing from your implementation: adding new keys to the vector that keeps track...
Sorry for the very late response. I'll have a look at improving documentation instead of changing this behavior. Reasons: 1. Existing apps might depend on hjson-java throwing an error instead...
@richardwesthaver I cannot find any reference to hsjon.org in this repository. There was a commit in 2020 to change all URLs. Are you talking about some uploaded release rather than...
@tishun thanks for the offer. I'm not into Rust myself, but I've gotten the impression that a lot of changes are needed in this repo for it to be useful...