---
title: "Extract JSON"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/text/extractjson
markdown: https://docs.nodetool.ai/nodes/nodetool/text/extractjson.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/text/extractjson.md
---

# Extract JSON

**Type:** `nodetool.text.ExtractJSON`

**Namespace:** `nodetool.text`

## Description

Extracts data from JSON using JSONPath expressions.
    json, extract, jsonpath

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| text | `str` |  | `` |
| json_path | `str` |  | `$.*` |
| find_all | `bool` |  | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `any` |  |

## Related Nodes

Browse other nodes in the [nodetool.text](./) namespace.
