Overview

As part of an effort to fix an issue in the JSON data conversion, it was found that the data conversion process from JSON->PDX and PDX->JSON had some missing capabilities.

The some of the missing capabilities were:

Currently, the data converters are limited to JSON->PDX only, but with the Data Converter Service, this can easily be extended to handle most commonly used data formats.

Proposal