Help for this page

Select Code to Download


  1. or download this
    { 
      "foo" : 42, 
      "bar" : 4711, 
      "the_array" : [ 1,2,3 ] 
    }
    
  2. or download this
    { 
      "foo" : 42, 
      "bar" : 4711
    }
    
  3. or download this
    $data={
      foo => 42,
      bar => 4711,
      the_array => [ 1,2,3 ]
    }
    
  4. or download this
    $data={
      foo => 42,
      bar => 4711
    }