mirror of https://github.com/databricks/cli.git
8 lines
115 B
YAML
8 lines
115 B
YAML
|
# Example 2.6 Mapping of Mappings
|
||
|
|
||
|
Mark McGwire: {hr: 65, avg: 0.278}
|
||
|
Sammy Sosa: {
|
||
|
hr: 63,
|
||
|
avg: 0.288,
|
||
|
}
|