uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
81 stars 13 forks source link

Allow to JSON encode an array of `JsonObject`s #523

Closed ycrumeyrolle closed 3 years ago

ycrumeyrolle commented 3 years ago

Added a JsonConverter for the JsonObject. The JsonSerializationOptions are now an exposed property. This give to the developped the opportunity to control the serialization behavior.