This commit is contained in:
2026-01-21 22:19:25 +01:00
parent cd3aaf93d3
commit b38514f0d1

View File

@@ -186,7 +186,7 @@ namespace EonaCat.Connections.Processors
return false;
}
// Json needs to start with { or [ (we dont care about numbers, strings, bools, nulls etc, THIS IS A BRASSER MOVE !!! WE DONT NEED SUCH JSON XD)
// Json needs to start with { or [
if (_buffer[pos] != '{' && _buffer[pos] != '[')
{
textStart = pos;