Skip to content

Commit

Permalink
Exercise nested objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Oct 23, 2021
1 parent 852e5f3 commit 3c02449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const payloadText = `{
"alpha": [1, 2, 3, 4, 5],
"bravo": true,
"charlie": {
"foo": ["xyz", "pdq"],
"bar": false,
"baz": 1.00003e+19
},
"delta": null,
"echo": 3.352391934e-19,
Expand Down

0 comments on commit 3c02449

Please sign in to comment.