Skip to content

Commit

Permalink
Add section on similar tools to README
Browse files Browse the repository at this point in the history
  • Loading branch information
volkerstampa committed Jun 23, 2024
1 parent 08dbdc7 commit f296522
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

See [documentation](https://jsont.readthedocs.io).

## Similar tools

- [typedload](https://github.com/ltworf/typedload) is also a package to
"Load and dump json-like data into typed data structures in Python3". It uses
a less permissive license.
- [Pydantic](https://docs.pydantic.dev) is a widely used data validation library for Python.
It is often used for converting to and from JSON, but offers much more than that. Unlike in case of
jsont classes that should be converted from/to JSON need to inherit from a base class (`BaseModel`).

## Development

### Prerequisites
Expand Down

0 comments on commit f296522

Please sign in to comment.