File:  [parser3project] / parser3 / tests / 277.html
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Tue May 29 21:57:02 2012 UTC (14 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4, release_3_4_3, release_3_4_2, HEAD
^json:string[], $.default -> $._default

@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: