Skip to content

Commit 504ee5f

Browse files
authored
Update src/json_get_array.rs
1 parent 8add074 commit 504ee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_get_array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ impl InvokeResult for BuildArrayList {
7474

7575
type Builder = ListBuilder<StringBuilder>;
7676

77-
const ACCEPT_DICT_RETURN: bool = true;
77+
const ACCEPT_DICT_RETURN: bool = false;
7878

7979
fn builder(capacity: usize) -> Self::Builder {
8080
let values_builder = StringBuilder::new();

0 commit comments

Comments
 (0)