mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Fix for starting with array
This commit is contained in:
parent
88c4b2a818
commit
a0343678bc
1 changed files with 2 additions and 0 deletions
|
@ -2363,6 +2363,8 @@ namespace Beefy.utils
|
||||||
continue;
|
continue;
|
||||||
if (c == '{')
|
if (c == '{')
|
||||||
isJson = true;
|
isJson = true;
|
||||||
|
if (c == '[')
|
||||||
|
isJson = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue