Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
YAML
Guides
YAML
Symbols
ExportYAML
ImportYAML
WolframExternalFunctions`YAML`
E
x
p
o
r
t
Y
A
M
L
E
x
p
o
r
t
Y
A
M
L
[
f
i
l
e
,
d
a
t
a
]
e
x
p
o
r
t
s
a
D
a
t
a
s
e
t
t
o
a
Y
A
M
L
f
i
l
e
Examples
(
1
)
Basic Examples
(
1
)
Export a simple
D
a
t
a
s
e
t
to the "YAML" format:
I
n
[
1
]
:
=
E
x
p
o
r
t
Y
A
M
L
[
"
o
u
t
.
y
a
m
l
"
,
]
I
n
[
2
]
:
=
F
i
l
e
P
r
i
n
t
[
"
o
u
t
.
y
a
m
l
"
]
a: 1
b: 2
c: 3
I
n
[
3
]
:
=
E
x
p
o
r
t
Y
A
M
L
[
"
o
u
t
.
y
a
m
l
"
,
]
I
n
[
4
]
:
=
F
i
l
e
P
r
i
n
t
[
"
o
u
t
.
y
a
m
l
"
]
person:
age: 30
interests:
- reading
- hiking
- technology
name: Alice Johnson
servers:
development:
host: localhost
port: 3000
production:
host: example.com
port: 8080
S
e
e
A
l
s
o
D
a
t
a
s
e
t
▪
I
m
p
o
r
t
Y
A
M
L
"
"