algolia / algoliasearch-client-csharp

⚡️ A fully-featured and blazing-fast C# API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/csharp/
MIT License
120 stars 61 forks source link

Support preformatted json. #816

Closed SebastianStehle closed 2 years ago

SebastianStehle commented 2 years ago

I have already some preformatted JSON and I would like to avoid to serialize it again and then deserialize it. There the JRaw support.

Q A
Bug fix? no
New feature? yes (very small)
BC breaks? no
Related Issue Fix #...
Need Doc update no

Describe your change

I would like to send preformatted JSON to algolia, without deserializing and serializing it again.

What problem is this fixing?

Newtonsoft JRaw supports that fine.