Mapping to Sequences
attributes:
- a1
- a2
methods: [getter, setter]
#â Equivalent JSON
{
"attributes": ["a1", "a2"],
"methods": ["getter", "setter"]
}
Comments
attributes:
- a1
- a2
methods: [getter, setter]
{
"attributes": ["a1", "a2"],
"methods": ["getter", "setter"]
}