danieleteti / delphimvcframework

DMVCFramework (for short) is a popular and powerful framework for WEB API in Delphi. Supports RESTful and JSON-RPC WEB APIs development.
Apache License 2.0
1.21k stars 346 forks source link

Failed to serialize filtered dataset #746

Closed estinque closed 2 months ago

estinque commented 3 months ago

When calling serialization for filtered dataset json, it may happen that not all items are included.

I noticed that in the loop there is no fist in the dataset. Correction adopted:

image