Skip to content

Commit 482c9a2

Browse files
authored
Mention nanobind's solution (#71)
1 parent 22528f7 commit 482c9a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
![Tests](https://github.com/pybind/pybind11_json/workflows/Tests/badge.svg)
22

33
# pybind11_json
4+
45
`pybind11_json` is an `nlohmann::json` to `pybind11` bridge, it allows you to automatically convert `nlohmann::json` to `py::object` and the other way around. Simply include the header, and the automatic conversion will be enabled.
56

7+
> [!TIP]
8+
> Looking for an equivalent with nanobind? Check this out https://github.com/ianhbell/nanobind_json !
9+
610
## C++ API: Automatic conversion between `nlohmann::json` and `pybind11` Python objects
711

812
```cpp

0 commit comments

Comments
 (0)