Json extension crashes

Reporter: k0T0z  |  Status: closed  |  Last Modified: August 08, 2023, 09:50:19 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.