francescovallone / serinus

Serinus is a minimalistic framework for building efficient and scalable backend applications powered by Dart. 🎯
https://serinus.app
MIT License
34 stars 2 forks source link

fix: accept List<JsonObject> as possible data in Response.json #42

Closed francescovallone closed 2 months ago

francescovallone commented 2 months ago

What happened

Currently, it is not possible to do.

What should have happened

If a List of JsonObject is passed as data in Response.json, all elements should be serialized correctly.