JSON Explorer
Explore nested JSON, find a field and generate Node-RED Function code.
Open tool →Practical browser-based tools for JSON payloads, MQTT, REST APIs and Modbus TCP. Generate Node-RED code and importable flow JSON without a backend.
Explore tools{
"type": "mqtt in",
"topic": "sensors/pump01"
}Generate snippets and importable flow JSON for common IIoT development tasks.
Explore nested JSON, find a field and generate Node-RED Function code.
Open tool →Configure a broker, topic and processing function and generate a flow.
Open tool →Build an HTTP Request flow with method, URL, auth and response processing.
Open tool →Generate a starter Modbus Read flow for registers and devices.
Open tool →Paste JSON, click a leaf value and generate a Node-RED Function.
—Select a value.
—
The downloaded flow includes your pasted JSON in an Inject node, then extracts the selected value and sends it to Debug.
Create an MQTT In → JSON → Function → Debug starter flow with the actual broker settings included.
Click Generate Node-RED flow.
Generate an Inject → HTTP Request → Function → Debug flow.
Click Generate Node-RED flow.
Generate a starter Modbus Read flow. The flow uses the node-red-contrib-modbus node type.
Click Generate Node-RED flow.
Practical explanations connected directly to the tools.
Understand msg.payload and nested field access.
Read guide →Follow the MQTT → JSON → Function pattern.
Read guide →Understand HTTP Request nodes, methods and responses.
Read guide →IIoT systems often combine sensor payloads, MQTT brokers, REST APIs, industrial protocols and automation logic. These tools are designed to help developers and technicians prototype those integrations faster.