Home Applications yaml-adaptor

yaml-adaptor

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
16
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews (1)
Issues
Adaptor to convert and process YAML <-> JSON/Dynamic Object, XML

What's new in this version

Initial Release

Gitter
Quality Gate Status
Reliability Rating

yaml-adaptor

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.

Installation: ZPM

Open IRIS Namespace with Interoperability Enabled.
Open Terminal and call:
USER>zpm “install yaml-adaptor”

Installation: Docker

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
  1. Run the IRIS container with your project:
$ docker-compose up -d

Features

  1. Convert from YAML string to JSON string
  2. Generate YAML file from a JSON file
  3. Convert from JSON string to YAML string
  4. Generate JSON file from YAML file
  5. Load a dynamic object from YAML string or YAML files
  6. Generate YAML from Dynamic Objects
  7. Convert from YAML string to XML string
  8. Generate XML file from YAML file
  9. Generate YAML file from XML File

How to Run the Sample

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)

Made with
Install
zpm install yaml-adaptor download archive
Version
1.0.004 Oct, 2025
Ideas portal
Category
Technology Example
Works with
InterSystems IRIS for HealthInterSystems IRIS
First published
04 Oct, 2025
Last edited
04 Oct, 2025
Last checked by moderator
05 Oct, 2025Works