mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 21:55:49 +00:00
* fix(assert-runtime): update JSON validation to allow arrays and enhance test coverage - Modified the JSON validation logic to accept arrays as valid JSON objects. - Updated tests to ensure correct behavior for various array scenarios, including empty arrays and arrays of strings and objects. * fix(assert-runtime): refine JSON validation logic to correctly handle arrays - Updated the JSON validation to allow arrays as valid JSON objects, ensuring compatibility with various data structures. - Adjusted the test assertions to reflect the new validation criteria.