Initial Commit

This commit is contained in:
Gerrit Linnemann
2017-12-18 14:24:11 +01:00
commit 0dd4236e11
2204 changed files with 269997 additions and 0 deletions
@@ -0,0 +1,4 @@
{
"a": true,
"a": false
}
@@ -0,0 +1 @@
{}
@@ -0,0 +1,3 @@
{
10twenty: "ten twenty"
}
@@ -0,0 +1,3 @@
{
multi-word: "multi-word"
}
@@ -0,0 +1,3 @@
{
,"foo": "bar"
}
@@ -0,0 +1,3 @@
{
,
}
@@ -0,0 +1,4 @@
{
"foo": "bar"
"hello": "world"
}
@@ -0,0 +1,3 @@
{
while: true
}
@@ -0,0 +1,3 @@
{
'hello': "world"
}
@@ -0,0 +1,3 @@
{
"foo": "bar",
}
@@ -0,0 +1,8 @@
{
hello: "world",
_: "underscore",
$: "dollar sign",
one1: "numerals",
_$_: "multiple symbols",
$_$hello123world_$_: "mixed"
}