Introduction
RDA stands for Recursive Delimited Array. It is an encoding format for storing generic, structured data in a text string container, so data can be easily exchanged cross-language and cross-platform.
RDA container features a generic and flexible data storage structure, which allows building a data transport layer that is unified and “application-neutral”, where all applications can connect and arbitrarily complex data can be exchanged.
RDA Vs. XML And JSON
Contrary to formats like XML and JSON, RDA does not use a schema that restricts the container to predefined data types and data structures.
Open Source
We developed the RDA encoding standard, and the encoder and parser API, which are available in GitHub, under the free MIT license.
RDA is one of our many innovative technologies used inside the Foldda Integrator.
Related
This article is Under construction.