Skip to main content
App version: 3.20251006

JSON files

To view a JSON file in the Neptune app, navigate to the Attributes tab of a selected run and click the JSON file attribute.

Preview of a JSON file in the Neptune app.

View as JSON

By default, the file contents are rendered using Neptune's JSON viewer. It comes with the following options:

  • To find keys or values, use the search.

  • To navigate the JSON tree with keyboard shortcuts, use the arrow keys:

    • ArrowRight or ArrowLeft – Expand or collapse the current node.
    • ArrowUp or ArrowDown – Navigate to the previous or next row.
  • To copy the value, right-click on the row and select Copy value.

  • To copy the property path, right-click on the row and select Copy property path.

    For example, with the following structure, copying the property path sentence1 would result in $[2]['sentence1']:

    [
    {
    ...
    },
    {
    ...
    },
    {
    "annotator_labels": [
    "contradiction",
    "contradiction",
    "contradiction"
    ],
    "gold_label": "contradiction",
    "language": "es",
    "match": "True",
    "pairID": "2",
    "promptID": "1",
    "sentence1": "Me gusta mucho .",
    "sentence2": "No me gusta .",
    },
    ]

View as source

To view or copy the raw JSON content, switch to source mode from the preview toolbar.