mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +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,
|
||||
AllowTrailingCommas = true,
|
||||
PropertyNamingPolicy = null,
|
||||
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
|
||||
DictionaryKeyPolicy = JsonNamingPolicy.CamelCase,
|
||||
PropertyNameCaseInsensitive = true,
|
||||
Converters =
|
||||
|
Loading…
Reference in New Issue
Block a user