The mappings editor supports a "json" mode which will render a <JsonEditor> instead of the fields tree:
There is currently no logic for setting this mode to be "json", rendering this branch unreachable. We currently have no plans to implement this mode and removing this unreachable code will make the code easier to understand and more maintainable.
The mappings editor supports a "json" mode which will render a
<JsonEditor>
instead of the fields tree:There is currently no logic for setting this mode to be "json", rendering this branch unreachable. We currently have no plans to implement this mode and removing this unreachable code will make the code easier to understand and more maintainable.