Help for this page

Select Code to Download


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