Skip to content

Commit 839b212

Browse files
Update commentedExample.srlx
1 parent 67307e4 commit 839b212

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sample Open Source Implementations/head/commentedExample.srlx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies =
3333
},
3434
serialx =
3535
{
36-
version = "Is the best!"
36+
version = "The best version!"
3737
}
3838
},
3939
ppl =
@@ -99,14 +99,14 @@ devDependencies =
9999
//Since 1.2.5 Serializer fully supports Json and JavaScript object!
100100
jsonCrossover =
101101
{
102-
"hello" : "Hello world I am Javascript object notation!";
102+
"hello" : "Hello world I am Javascript object notation!",
103103
"jsonObject" :
104104
{
105105
name: "John",
106106
age: 31,
107107
city: "New York"
108-
};
109-
"jsonArray" : [1, 2, 3, 4];
108+
},
109+
"jsonArray" : [1, 2, 3, 4]
110110
},
111111

112112
//Variable "bullshit" cant be accessed here yet!

0 commit comments

Comments
 (0)