FireDAC Components for REST

Build 23.0.8804

Parsing Hierarchical Data

The component offers three basic configurations to model nested data in XML and JSON as tables. See the following sections for examples of parsing objects and arrays.

  • Flattened Documents Model: Implicitly join nested object arrays into a single table.
  • Relational Model: Model object arrays as individual tables containing a primary key and a foreign key that links to the parent document.
  • Top-Level Document Model: Model a top-level view of a document. Nested object arrays are returned as aggregates.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8804