Closed mateusazis closed 9 years ago
I´m trying to parse the following file (generated by JsonBox itself): https://dl.dropboxusercontent.com/u/94904214/asift_cache.json
However, it seems JsonBox skips some of the entries. I was expecting 1380 entries, but I get only about 1376 entries.
How do you send the data to JsonBox? Is it from a stream? You should check the open mode, I had the same problem and adding std::ios::binary option fixed it. However it's quite an old issue...
I´m trying to parse the following file (generated by JsonBox itself): https://dl.dropboxusercontent.com/u/94904214/asift_cache.json
However, it seems JsonBox skips some of the entries. I was expecting 1380 entries, but I get only about 1376 entries.