json_in_type icon indicating copy to clipboard operation
json_in_type copied to clipboard

Support fields with kebab case

Open mmstick opened this issue 6 years ago • 0 comments

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.

mmstick avatar Dec 04 '19 23:12 mmstick