Can we create JSON array in Playwright?

Can we create JSON array in Playwright?

Hi Ana,

You can create a JSON array in the Playwright test framework using

JsonArray abc = new JsonArray();