Json extension crashes
Reporter: k0T0z | Status: closed | Last Modified: August 08, 2023, 09:50:19 pmDescribe the bug
When passing an array of objects to EDL function json_decode()
, it crashes.
Steps To Reproduce
Steps to reproduce the behavior:
- use the EDL function
json_decode()
, which is available inJson
and usesDataStructures
extensions. - pass an array of objects. e.g:
[{"0":1,"1":4},{"0":1,"1":4}]
Expected behavior
The EDL function json_decode()
should return 0 (successful parsing).
ENIGMA Configuration:
- Windows
Leave a commentView this issue on GitHub
Please sign in to post comments, or you can view this issue on GitHub.