mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 16:47:45 +00:00
8 lines
No EOL
142 B
C#
8 lines
No EOL
142 B
C#
using Newtonsoft.Json.Converters;
|
|
|
|
namespace SchemaValidator.Util;
|
|
|
|
public class StringToEnumCamelCaseConverter : StringEnumConverter
|
|
{
|
|
|
|
} |