问题 I am trying to figure out how to return multiple JSON items. Right now I am able, to return a single JSON like so: { "result": { "userId": "abcde123", "telephoneNumber": "1-555-5555555" }, "error": null } But I would like to return multiple JSON items, like so: { "result": {{ "userId": "abcde123", "telephoneNumber": "1-555-5555555" } { "userId": "fghi456", "telephoneNumber": "1-333-3333333" } }, "error": null } I can view the multiple JSON items as string, like below, but I would like to