Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mickverm authored Aug 8, 2024
1 parent a181946 commit c3bf51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Input:
"true": true,
"string": "string",
"integer": 100,
"double": 1.0,
"float": 1.0,
"array": [1, 2, 3],
"object": {
"a": "one",
Expand All @@ -37,7 +37,7 @@ $json = [
'true' => true,
'string' => 'string',
'integer' => 100,
'double' => 1.0,
'float' => 1.0,
'array' => [
1,
2,
Expand Down

0 comments on commit c3bf51c

Please sign in to comment.