Skip to content

Commit

Permalink
Update crates/jiter-python/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
simonw and samuelcolvin authored Sep 23, 2024
1 parent 44f26c1 commit 0387228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/jiter-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ json_data = b'{"name": "John", "age": 30}'
parsed_data = jiter.from_json(json_data)
print(parsed_data) # Output: {'name': 'John', 'age': 30}
```

### Handling Partial JSON

Incomplete JSON objects can be parsed using the `partial_mode=` parameter.
Expand Down

0 comments on commit 0387228

Please sign in to comment.