Skip to content

Commit b77896f

Browse files
better github alert
1 parent a0908e8 commit b77896f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/traits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ There are several key items that need to be provided to a `jwt::basic_claim` in
5858
5959
If ever you are not sure, the traits are heavily checked against static asserts to make sure you provide everything that's required.
6060
61-
> :warning: Not all JSON libraries are a like, you may need to extend certain types such that it can be used. See this [provided implementation](https://github.com/Thalhammer/jwt-cpp/blob/e6b92cca0b7088027269c481fa244e5c39df88ff/include/jwt-cpp/traits/danielaparker-jsoncons/traits.h#L18).
61+
> [!important]
62+
> Not all JSON libraries are a like, you may need to extend certain types such that it can be used. See this [provided implementation](https://github.com/Thalhammer/jwt-cpp/blob/e6b92cca0b7088027269c481fa244e5c39df88ff/include/jwt-cpp/traits/danielaparker-jsoncons/traits.h#L18).
6263
6364
```cpp
6465
struct my_favorite_json_library_traits {

0 commit comments

Comments
 (0)