Skip to content

Commit

Permalink
refactor: JSONs
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Aug 13, 2024
1 parent 449ac72 commit f4fc944
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 20 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions json_examples/sambhav_example.json

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Notes on this JSON for reference


{ "a": // 7
{ "b": "c", // 19
"d": { // 25
Expand All @@ -21,4 +24,5 @@
} // 151
} // 153
} // 155
} // 157
} // 157

1 change: 1 addition & 0 deletions json_examples/test/string_escape.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "a": "\"b\"" }
File renamed without changes.
1 change: 1 addition & 0 deletions json_examples/test/value_array.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "k" : [420,69] }
1 change: 1 addition & 0 deletions json_examples/test/value_number.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "k" : 69 }
1 change: 1 addition & 0 deletions json_examples/test/value_object.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "a": { "b": "c" } }
File renamed without changes.
1 change: 0 additions & 1 deletion json_examples/test_array.json

This file was deleted.

6 changes: 0 additions & 6 deletions json_examples/test_depth.json

This file was deleted.

4 changes: 0 additions & 4 deletions json_examples/test_hard.json

This file was deleted.

1 change: 0 additions & 1 deletion json_examples/test_number.json

This file was deleted.

0 comments on commit f4fc944

Please sign in to comment.