Internal Custom Datasources
Custom datasources allow you to store arbitrary JSON data. Unlike table datasources, the custom editor provides a raw JSON view where you can copy-paste or manually write your data structure.
To create a custom datasource, follow the steps in Create Internal Datasource and select the Custom structure type.
Custom - Datasource Editor
In the custom datasource editor, you can copy-paste the desired JSON to the editor.
Repair JSON
In custom view you have the opportunity to repair things like:
- quotes
- escape characters
- remove comments and JSONP notations
- turn JavaScript objects into JSON