Closed debuggerone closed 2 months ago
For the JavaScript version of the library this is about working the arrays of objects. The input side can be anything (string or object) but the output side is always an object because it relies on StructuredObjects to work.
Subtask Overview
This subtask focuses on migrating the
mapList
function from JavaScript to Python, ensuring compatibility with Python’s data structures and maintaining functionality.Tasks
mapList
function from JavaScript to Python.Acceptance Criteria
mapList
function is successfully converted to Python.