YAML - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


YAML (.yml, .yaml) File Format

YAML file format

 

Description

Examples

References

Description

• 

YAML (YAML Ain't Markup Language) is a lightweight text-based data standard for describing structured data.

• 

As a human-readable format, it offers an alternative to explicitly tagged structured data such as XML. The JSON format is a subset of YAML 1.2.

• 

The YAML package provides tools for parsing and generating YAML expressions.

• 

The general-purpose commands Import and Export also support this format.

Examples

Parse a YAML string as an expression.

(1)

Import data from a file in YAML format.

(2)

Export data to a YAML file in the home directory of the current user.

(3)

(4)

(5)

(6)

(7)

References

  

YAML 1.2 Language Specification, http://www.yaml.org/spec/1.2/spec.html, yaml.org.

See Also

Formats

Formats,JSON

 


Download Help Document