mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:59:48 +00:00
Set the JSON property naming policy to CamelCase for consistency
This commit is contained in:
parent
a66d88c989
commit
e59d5f08a5
@ -9,7 +9,7 @@ public abstract class ERIClientBase(string baseAddress) : IDisposable
|
|||||||
{
|
{
|
||||||
WriteIndented = true,
|
WriteIndented = true,
|
||||||
AllowTrailingCommas = true,
|
AllowTrailingCommas = true,
|
||||||
PropertyNamingPolicy = null,
|
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||||
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
||||||
PropertyNameCaseInsensitive = true,
|
PropertyNameCaseInsensitive = true,
|
||||||
Converters =
|
Converters =
|
||||||
|
Loading…
Reference in New Issue
Block a user