JSON

JSON

The JSON input uses the Monaco library for its editor, so it has some very powerful tools built-in. You can access Monaco’s Command Palette by pressing the F1 key, where you can view and search for any additional functionality provided by the editor.

Along with all of the built-in features and keyboard shortcuts, the Fuuz JSON editor specifically provides 3 additional shortcuts, available from the context/right-click menu as well as the following keyboard shortcuts:

  • Stringify: Ctrl+'

  • Unstringify: Ctrl+Shift+'

  • Format: Alt+F

The JSON input when expanded into fullscreen mode with the “arrows” icon button near the top-right will also display the minimap on the right-side scrollbar.

 

image-20240814-155226.png

 

image-20240814-155310.png
    • Related Articles

    • Interaction

      Screen Elements in the Interaction category provide quick components that allow the user to interact with the screen.
    • Screen Widget

      A Screen Widget is a screen element that allows you to add screens saved as Screen Widgets to a new screen. Use A Screen Widget Element The very first thing you will want to do is build a screen in the Screen Designer and then make sure to either go ...
    • Text Input - JSON Editing

      Creating a screen, sometimes it is quick and easy to use the modal feature within a table or form design to engage with your end users to create or update a record in Fuuz. You can certainly use the screen designer to drop in the input components you ...
    • Color Input - JSON Editing

      Creating a screen, sometimes it is quick and easy to use the modal feature within a table or form design to engage with your end users to create or update a record in Fuuz. You can certainly use the screen designer to drop in the input components you ...
    • JSON Schema Inputs

      Within Fuuz you can use a JSON Schema to generate a dynamic form that builds JSON data from a users inputs. The JSON schema inputs can be expanded to use components found in the Screen Designer through the inputProps field. For more information about ...