- or download this
...
foo => {
...
bar => {_content => 'hello'},
ban => {_content => 'hi'},
},
- or download this
<foo address="Jenda@Krynicky.cz" name="Jenda"><ban>hi</ban><bar>hello<
+/bar></foo>
- or download this
...
foo => {
...
"\n"
],
},
- or download this
<foo address="Jenda@Krynicky.cz" name="Jenda">
<bar>hello</bar>
<ban>hi</ban>
</foo>
- or download this
foo => {
name => 'Jenda',
sibling => ['Pavel', 'Martin', 'Hana'],
}
- or download this
<foo name="Jenda"><sibling>Pavel</sibling><sibling>Martin</sibling><si
+bling>Hana</sibling></foo>