fix bjson decoder

This commit is contained in:
MihailRis
2024-09-12 17:39:05 +03:00
parent f8fadf8b74
commit c3fb30b20e
3 changed files with 42 additions and 4 deletions
-2
View File
@@ -3,8 +3,6 @@
#include "coders/json.hpp"
#include "util/stringutil.hpp"
#include <iostream>
TEST(JSON, EncodeDecode) {
const std::string name = "JSON-encoder";
const int bytesSize = 20;