xddq / schema2typebox

Creating TypeBox code from JSON schemas
MIT License
54 stars 12 forks source link

fix: quote property names containing hyphens #46

Closed smeijer closed 1 month ago

smeijer commented 1 month ago

Summary

The regex to test property names wasn't right. This fixes it and thereby also quotes property names with hyphens, like car-brand.

Fixes #45

xddq commented 1 month ago

hey @smeijer , thanks for the PR!

Closing in favor of this reason is written down there.