Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Json HydrateNew to Visual Studio Code? Get it now.
Json Hydrate

Json Hydrate

anirudh-kumar

|
1 install
| (0) | Free
Visualize JSON files as interactive collapsible trees with UUID highlighting, datetime detection, and custom rules.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Json Hydrate

JSON visualizer for VS Code providing recursive decoding and type detection.

Version License


Json Hydrate is an interactive JSON visualizer for VS Code providing recursive decoding, type detection, and custom highlighting.

Features

Type Detection and Highlighting

  • Datetime Parsing: Automatically identifies Unix epochs and ISO strings. Hovering over values reveals Local, UTC, and Relative time conversions.
    Datetime Parsing

  • UUID Highlighting: Automatically identifies standard UUID formats for distinctive coloring.

Data Decoding

  • Recursive JSON and Base64: Identifies and expands nested JSON strings or Base64-encoded content within the tree structure.
    JSON and Base64 Decoding

  • Gzip Decompression: In-place decompression for Gzip and Zlib data.
    Gzip Decompression

Content Rendering

  • Markdown Rendering: Renders Markdown-formatted strings as styled blocks within the viewer.
    Markdown Rendering

  • Image Previews: Visualizes images from URLs or Base64 data strings.
    Image Previews

  • Token Highlighting: Define custom regex rules to highlight JWT tokens, AWS ARNs, or internal ID formats.
    JWT Highlighting

Usage

  1. Open any JSON or JSONC file.
  2. Select the Hydrate icon in the editor title bar (top right).
  3. To visualize specific snippets, right-click a selection and choose Open Selection in Json Hydrate. Partial snippets are supported via automatic heuristic wrapping.

Configuration

Customization is managed via the jsonhydrate.* prefix in settings.json.

Key Description Default
jsonhydrate.uuid.enabled Enable UUID highlighting. true
jsonhydrate.datetime.enabled Enable timestamp detection and tooltips. true
jsonhydrate.markdown.autoRender Automatically render detected Markdown. false
jsonhydrate.customRules Regex rules for custom highlighting and tooltips. []

License

Apache-2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft