Json extension crashes

Reporter: saifkandil  |  Status: open  |  Last Modified: March 18, 2023, 01:31:34 pm

Describe the bug

When passing an array of objects to EDL function json_decode(), it crashes.

Steps To Reproduce

Steps to reproduce the behavior:

  1. use the EDL function json_decode(), which is available in Json and uses DataStructures extensions.
  2. 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
Please sign in to post comments, or you can view this issue on GitHub.