There is a quite frequent question about how to correctly handle NULL values in Delphi using System.Json.TJSONObject.
Handling existing values, in this example, the array of „customers“ is fairly easy:
{"customers":[{"name":"Olaf"},{"name":"Big Bird"}]}
But what, if the array is „null“?
{"customers":null}