Updated
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user