first commit
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"a": true,
|
||||
"a": false
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{}
|
||||
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
10twenty: "ten twenty"
|
||||
}
|
||||
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
multi-word: "multi-word"
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
,"foo": "bar"
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
,
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"foo": "bar"
|
||||
"hello": "world"
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
while: true
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
'hello': "world"
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"foo": "bar",
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
hello: "world",
|
||||
_: "underscore",
|
||||
$: "dollar sign",
|
||||
one1: "numerals",
|
||||
_$_: "multiple symbols",
|
||||
$_$hello123world_$_: "mixed"
|
||||
}
|
||||
Reference in New Issue
Block a user