elastic / elasticsearch-net

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html
Apache License 2.0
12 stars 1.15k forks source link

Improve `ToCamelCase` to match `STJ` behavior #8278

Closed flobernd closed 3 months ago

flobernd commented 3 months ago

Improve ToCamelCase to match System.Text.Json behavior.

Closes #8273