File:  [parser3project] / parser3 / tests / 277.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon May 28 19:47:51 2012 UTC (14 years, 3 months ago) by moko
Branches: MAIN
CVS tags: HEAD
^json:string[$o; $.default[$method]] implemented for VObject (new feature #803)

@main[]

$json[{
"bigint": 123456789012345
}]

$o[^json:parse[$json]]
$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]

E-mail: