Dmn JSON for iOS

A native iPhone & iPad companion app that opens JSON payloads from the web using a deep link.

Platform: iOS / iPadOS only. If you are on Android or Desktop, you can still use the full web experience.

What it does

  • Opens JSON instantly in the native Visualizer
  • Supports Base64 payloads and ZLIB-compressed payloads
  • Lets you route JSON between tools inside the app

How opening from the web works

  1. From the web tool, tap Open App
  2. The browser attempts to open the iOS app using a deep link
  3. If the app is not installed, you land here with install instructions

Deep link format

dmnjson://open?payload=<BASE64_OR_ZLIB_BASE64>

The iOS app auto-detects whether the payload is plain Base64 JSON or ZLIB-compressed bytes encoded as Base64.

User manual (quick)

1) Open JSON

Tap Open App from the web. The app opens the Visualizer with your JSON preloaded.

2) Visualize

Use the Visualizer tree to inspect nested objects and arrays.

3) Send between tools

Use Send To to route JSON to Formatter, Schema, Query, Patch, Diff, Profiler, and Dashboard.

4) Copy & share

Copy the JSON from any tool, or share a link from the web tool.

Privacy

The web tool runs entirely in your browser. Payloads are not uploaded by default. Deep links transfer data directly from the browser to the app.