Closed bontchev closed 3 years ago
Thankyou for your bug report
Interesting, ~I think this might be a bug of json library, let's me check on the library ASAP~
It's rton2json bug, I should have initiated
json_fifo::json res = json_fifo::json::object(),
Instead of
Ah, any chance of making a release with the fix? I don't have a C++ compiler, so I can't compile it myself. I tried rewriting the thing in Python, but my C++ is sketchy and there are many things I don't understand.
Ah, any chance of making a release with the fix? I don't have a C++ compiler, so I can't compile it myself. I tried rewriting the thing in Python, but my C++ is sketchy and there are many things I don't understand.
I just release 3.1.1
If the original JSON file that was compressed to RTON contained keys the value of which was an empty dictionary,
rton2json
outputsnull
instead of[]
.Like, if the original was
rton2json
would convert it toThis is probably a bug.