You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, json_array_get() is broken:
The semantics of this function are broken. If the extracted element is a string, it will be converted into an invalid JSON value that is not properly quoted (the value will not be surrounded by quotes and any interior quotes will not be escaped).
We recommend against using this function. It cannot be fixed without impacting existing usages and may be removed in a future release.
We could fix the behavior of the existing functions, or create better functions to replace them.
According to the documentation,
json_array_get()
is broken:We could fix the behavior of the existing functions, or create better functions to replace them.
Related to: #2446 (comment)
The text was updated successfully, but these errors were encountered: