© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is utility to process and convert YAML to JSON and Dyanmic Objects and JSON and Dynamic Objects to YAML. It is possible convert XML - YAML and YAML XML also.
Open IRIS Namespace with Interoperability Enabled.
Open Terminal and call:
USER>zpm “install yaml-adaptor”
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/yaml-adaptor.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Debug or run the class dc.yamladapter.Test to see some examples and results. For file operations pay attention to inputs and outputs on samples folder (docker) and /tmp/samples (IPM)