Editing JSON document

Learn how to edit JSON document
  1. Click Edit JSON to launch the JSON Editor.
  2. Edit the JSON file as required.
  3. Click Ok.
    The JSON document is stored in the Snap.
    Options in JSON Editor

    The following table describes the numbered callouts in the image:

    Callout Description
    1 Hide whitespace Hides the whitespace in the output that you may have in the JSON input document.
    2 Format code Allows you to format the JSON input document.
    3 Export Export the JSON document to SnapLogic's file system (SLFS)
    4 Import Import a JSON document from your local directory or SLFS.
    Escape Special Characters
    Additionally, some special characters can be escaped using the following notations.
    Type To pass this value Notation
    Single characters $ #[$]# or \$
    JSON String ## #[##]#