We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67307e4 commit 839b212Copy full SHA for 839b212
Sample Open Source Implementations/head/commentedExample.srlx
@@ -33,7 +33,7 @@ dependencies =
33
},
34
serialx =
35
{
36
- version = "Is the best!"
+ version = "The best version!"
37
}
38
39
ppl =
@@ -99,14 +99,14 @@ devDependencies =
99
//Since 1.2.5 Serializer fully supports Json and JavaScript object!
100
jsonCrossover =
101
102
- "hello" : "Hello world I am Javascript object notation!";
+ "hello" : "Hello world I am Javascript object notation!",
103
"jsonObject" :
104
105
name: "John",
106
age: 31,
107
city: "New York"
108
- };
109
- "jsonArray" : [1, 2, 3, 4];
+ },
+ "jsonArray" : [1, 2, 3, 4]
110
111
112
//Variable "bullshit" cant be accessed here yet!
0 commit comments