Annotation of parser3/tests/277.html, revision 1.3

1.1       moko        1: @main[]
                      2: 
                      3: $json[{
                      4: "bigint": 123456789012345
                      5: }]
                      6: 
                      7: $o[^json:parse[$json]]
1.2       moko        8: $o.hash[ $.value[hash] ]
                      9: 
                     10: $o.b[^test::create[]]
                     11: $o.c[^test2::create[]]
                     12: 
1.3     ! moko       13: ^json:string[$o; $._default[$2jsonDefault] $.test[$2json]]
1.2       moko       14: 
                     15: @2json[key;value;options]
                     16: {key is: $key; value is: ^json:string[$value]}
                     17: 
                     18: @2jsonDefault[key;value;options]
                     19: {default, key is: $key; value is: ^json:string[$value]}
                     20: 
                     21: 
                     22: @CLASS
                     23: test
                     24: 
                     25: @create[]
                     26: $value[value]
                     27: 
                     28: @CLASS
                     29: test2
                     30: 
                     31: @create[]
                     32: $value2[value2]

E-mail: