Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import extensions;
|
||||
import extensions'dynamic;
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var json := "{ ""foo"": 1, ""bar"": [10, ""apples""] }";
|
||||
|
||||
var o := json.fromJson();
|
||||
|
||||
console.printLine("json.foo=",o.foo);
|
||||
console.printLine("json.bar=",o.bar)
|
||||
Console.printLine("json.foo=",o.foo);
|
||||
Console.printLine("json.bar=",o.bar)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue