Skip to content

Commit

Permalink
* very very very dirty example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magicprinc committed Dec 2, 2021
1 parent 58dd798 commit 5a6e595
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/test/resources/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ I am here: src\test\resources/example.json **/
{projects: [
{
project_name = 'Google Gson',
'url': "https://github.com/google/gson",
'url' => "https://github.com/google/gson" ;
"rating": 4.956,
"contributors": [{
first_name: Jesse,,,, ' last name ': "'Wilson ' ",
first_name: Jesse ' last name ': "'Wilson ' ",,,,,,,,,,
"home_page": "https://medium.com/@swankjesse"
}]
},{
Expand All @@ -15,12 +15,12 @@ I am here: src\test\resources/example.json **/
"url": "https://jsoup.org";,;,;

"rating"=5e10,
'contributors': [
'contributors' [
{
"first_name" = "Jonathan", "last_name" => "Hedley",
"first_name" = "Jonathan" "last_name" => "Hedley",
"home_page": "https://jhy.io"
},{///2nd OBJ in Array
"first_name": "Andrej", "last_name": "Fink";;; " home
}{///2nd OBJ in Array
"first_name" "Andrej", "last_name": "Fink";;; " home
page ": " https://github.com/
magicprinc ";
}
Expand Down

0 comments on commit 5a6e595

Please sign in to comment.