Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Aug 4, 2023
1 parent e81f36b commit 5d9e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For basic loading/dumping, the interface is nearly identical to that of the `jso
```python
import json5
json_text = """{ // This is a JSON5 comment
"foo": "bar" /* this is a JSON5 block
"foo": "bar", /* this is a JSON5 block
comment that can span lines */
bacon: "eggs" // unquoted Identifiers also work
}
Expand Down

0 comments on commit 5d9e91c

Please sign in to comment.