Type Utilities

Tools for dynamic TypeScript typing and safe object access.

JSON to TS Type Generator

Paste any JSON payload to automatically generate its TypeScript representation using jsonToTsType.

Safe Path Extraction

Safely retrieve nested values from the JSON above using get(obj, path, fallback).