json_in_type
json_in_type copied to clipboard
Support fields with kebab case
I have an API which has fields written like so:
{
"inventory-location": "uuid",
"inventory-parts": ["uuid", "uuid"],
}
Although this does not work here, given that it assumes to take a ident for each field name.