Reference
values: &ref
- Will be
- reused below
other\_values:
i\_am\_ref: \*ref
#â Equivalent JSON
{
"values": [
"Will be",
"reused below"
],
"other\_values": {
"i\_am\_ref": [
"Will be",
"reused below"
]
}
}
Comments