Options that control schema compilation behavior. These options affect how schemas are transformed into validation functions.
const options: ParserOptions = { toCamelCase: true // Convert field names to camelCase} Copy
const options: ParserOptions = { toCamelCase: true // Convert field names to camelCase}
Whether to convert object field names to camelCase in the output
Options that control schema compilation behavior. These options affect how schemas are transformed into validation functions.
Example