Mapping to Sequences

attributes:
  - a1
  - a2
methods: [getter, setter]

#↓ Equivalent JSON

{
  "attributes": ["a1", "a2"],
  "methods": ["getter", "setter"]
}
Comments