Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

YAML Utilities

Overview

Enables Appian developers to use YAML-formatted (https://yaml.org/) data such as configuration files and YAML-based API responses within applications.

Key Features & Functionality

  • yamltojson(): Converts a YAML string to the equivalent JSON string
  • fromyaml(): Converts a YAML string to an Appian object
  • jsontoyaml(): Converts a JSON string to the equivalent YAML string
Anonymous