simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 1 forks source link

JSON-keys with blanks, special chars ... causes Javascript errors #115

Closed simonuwe closed 4 months ago

simonuwe commented 4 months ago

The APEX-Javascript-API can not handle item names with " ", "!", "$", ...

simonuwe commented 4 months ago

Workarround: Do not use special characters in JSON-keys used as APEX-item names.. Use "apex": { "label": "Abc!$"} to label the items including "special cahracters"