mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38: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;
|
||||
if (c == '{')
|
||||
isJson = true;
|
||||
if (c == '[')
|
||||
isJson = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue