Skip to content

Commit

Permalink
Add more things to t.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeldit committed Jan 23, 2025
1 parent a407e79 commit 73d6c96
Showing 1 changed file with 8 additions and 33 deletions.
41 changes: 8 additions & 33 deletions t.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
[
{
"first": "y",
"first": "",
"boolean": true,
"empty": {},
"next": "sadwda",
"": "sadwda",
"test": -512,
"testing": 64220,
"double": 642.25,
"exponent": 2e8,
"long_exponent": 200e-10,
"double_exponent": -200.50e-10,
"array": [
1,
2,
[],
3,
[
"testing",
"",
5,
[
"dd",
Expand All @@ -26,35 +31,5 @@
},
{}
]
},
{
"b1": false,
"a": [],
"te": {
"first": "z",
"next": "sa",
"test": -512,
"testing": 64220,
"array": [
1,
2,
3,
[
"testing",
5,
[
"dd",
true,
5
]
]
],
"b1": false,
"b2": true,
"b3": true
},
"b2": true,
"b3": true,
"x": []
}
]

0 comments on commit 73d6c96

Please sign in to comment.