mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-10 08:05:00 -04:00
feat(JSON to C#): update to add options from json2csharp.com
rootTypeName (choose root object name) pascalCase (type and member names) useFields (instead of properties) useNullable (types) addJsonProperty (Newtonsoft) and nullValueHandlingIgnore addJsonPropertyName (System.Text.Json) generateImmutableClasses useRecordTypes useReadonlyLists
This commit is contained in:
parent
748126f207
commit
63c842bdb3
8 changed files with 1106 additions and 64 deletions
1
components.d.ts
vendored
1
components.d.ts
vendored
|
@ -140,6 +140,7 @@ declare module '@vue/runtime-core' {
|
|||
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
|
||||
NMenu: typeof import('naive-ui')['NMenu']
|
||||
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
||||
NSpace: typeof import('naive-ui')['NSpace']
|
||||
NumeronymGenerator: typeof import('./src/tools/numeronym-generator/numeronym-generator.vue')['default']
|
||||
OtpCodeGeneratorAndValidator: typeof import('./src/tools/otp-code-generator-and-validator/otp-code-generator-and-validator.vue')['default']
|
||||
PasswordStrengthAnalyser: typeof import('./src/tools/password-strength-analyser/password-strength-analyser.vue')['default']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue