Diff for /parser3/tests/277.html between versions 1.1 and 1.2

version 1.1, 2012/05/28 10:43:58 version 1.2, 2012/05/28 19:47:51
Line 5  $json[{ Line 5  $json[{
 }]  }]
   
 $o[^json:parse[$json]]  $o[^json:parse[$json]]
 ^json:string[$o]  $o.hash[ $.value[hash] ]
   
   $o.b[^test::create[]]
   $o.c[^test2::create[]]
   
   ^json:string[$o; $.default[$2jsonDefault] $.test[$2json]]
   
   @2json[key;value;options]
   {key is: $key; value is: ^json:string[$value]}
   
   @2jsonDefault[key;value;options]
   {default, key is: $key; value is: ^json:string[$value]}
   
   
   @CLASS
   test
   
   @create[]
   $value[value]
   
   @CLASS
   test2
   
   @create[]
   $value2[value2]

Removed from v.1.1  
changed lines
  Added in v.1.2


E-mail: