Includes an implementation of JSON Schema Draft 4, an implementation of JSON pointer, and a JSON-schema-to-C# code generator
Stars
126
Forks
28
Watchers
126
Open Issues
36
Overall repository health assessment
No package.json found
This might not be a Node.js project
121
commits
27
commits
13
commits
5
commits
3
commits
1
commits
1
commits
1
commits
1
commits
1
commits
FEATURE: Merge `HintKind`: `PropertyNameHint` and `PropertyModifiersHint` into one `PropertyHint` and Add a new setting `typeName` (#171)
d65f4a9View on GitHubFix `PropertyNameHint` not functional when Pascal case is used. (#173)
ede71deView on GitHubAdded support to validate Json against string format attribute from JSON Schema (#169)
dafd97fView on GitHub* BREAKING: .NET type to express Json integers now will be nullable if the property is not required and also without default. (#167)
050fc37View on GitHubFEATURE: Add new option for specifying .NET type to express Json numbers: `--generate-json-number-as = double | float | decimal` with a default of `double`. (#166)
438960bView on GitHubLoosen Newtonsoft.JSON minimum version requirement from v13.0.1 to v9.0.1 (#157)
19bb409View on GitHub