Skip to content

Update valid_json_string#328

Closed
KrasilnikovKB wants to merge 1 commit intoWixel:masterfrom
KrasilnikovKB:patch-1
Closed

Update valid_json_string#328
KrasilnikovKB wants to merge 1 commit intoWixel:masterfrom
KrasilnikovKB:patch-1

Conversation

@KrasilnikovKB
Copy link
Copy Markdown

in old version

!is_object(json_decode( '["a", "b", "c"]' ))

always return TRUE. and validation return FALSE? but it's ('["a", "b", "c"]') valid json array

in old version
```
!is_object(json_decode('["a", "b", "c"]'))
```
always return TRUE. and validation return FALSE? but it's valid json array
@filisko
Copy link
Copy Markdown
Contributor

filisko commented Jul 15, 2022

Thanks! @KrasilnikovKB !

Added tests here: #336

filisko added a commit that referenced this pull request Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants