Browser-native tools for working engineers

JSON, SQL, and API config tools that run in your browser

Format JSON, check SQL syntax, validate google-services.json, and convert schemas without sending data to a server. Built for debugging, not for collecting signups.

Start with tools people already search for

These pages match real Search Console demand on ByteJSON: SQL checking, Firebase config, Drizzle schemas, and port checks. Use them first; browse the full catalog below when you need something narrower.

MySQL & PostgreSQL Syntax Checker

Validate SQL online with dialect-aware checks and line-numbered errors.

Open tool

google-services.json Validator

Parse and fix Firebase Android config files before you build.

Open tool

JSON to Drizzle Schema

Generate Drizzle ORM table definitions from sample JSON.

Open tool

Online Port Scanner

Check open ports from your browser for local troubleshooting.

Open tool

What ByteJSON is for

One job: help developers inspect, validate, and transform data formats and configs while the payload stays on their machine. Not a tax portal. Not a template farm of one-line converters.

JSON & data

Format, validate, and convert JSON for API responses, config files, and schema generation.

  • Formatter, validator, escape
  • Schema and ORM helpers
  • SQL syntax checking
JSON tools

API & config

Firebase google-services.json, MIME types, OpenAPI-related helpers, and other files that break mobile and backend setups.

  • google-services.json parse & generate
  • Encoding for URLs and payloads
  • Backend validators
API tools

Private by default

Tools are designed to run client-side so secrets, customer payloads, and production SQL do not need to leave your machine.

  • No account required
  • Deep tutorials for real errors
  • English-first for global devs
Read tutorials

Tutorials that match the tools

Long-form guides for errors and workflows, not keyword shells

MCP tool JSON schema

Define agent tool arguments, validate with Zod, and fail closed before side effects.

Deep guide

LLM JSON structured output

Schema, Zod, MCP tool JSON, and how to validate model output before side effects.

Deep guide

JSON MIME type errors

application/json, +json suffixes, charset traps, and Content-Type bugs.

Deep guide
All tutorials

Developer tool catalog

JSON, encoding, database, network, and conversion utilities — finance calculators are intentionally not promoted here

Data Tools

JSON, SQL, and data transformation utilities

Encode & Convert

Encoding, decoding and conversion utilities

Base64 Encode

Encode to Base64

Popular

Base64 Decode

Decode Base64

Base64 to Hex Converter

Convert Base64 to Hex and back

New

Base32 Decode & Encode

Decode/encode Base32

New

Base85 Encoder & Decoder

Encode/decode Base85 (Ascii85) with Adobe and RFC 1924 variants

New

HMAC Generator

Generate HMAC signatures

New

PEM to JWK Converter

Convert PEM keys to JWK and back

New

URL Encode

Encode URLs

URL Decode

Decode URLs

HTML Entities

Convert entities

Timestamp

Convert timestamps

Popular

XML to JSON

Convert XML documents to JSON format

New

Dotenv to JSON

Convert .env to JSON

New

TOML to JSON

Convert TOML to JSON and back

New

YAML to ENV

Convert YAML to .env

New

Dotenv to YAML

Convert .env to YAML

New

JSON to Dotenv

Convert JSON to .env and back

New

JSON to ENV Generator

Convert JSON to Docker .env, Kubernetes ConfigMap, and shell export formats

New

JSON to INI

Convert JSON to INI and back

New

INI to YAML

Convert INI to YAML and back

New

JSON to Properties

Convert JSON to Java .properties and back

New

TOML to YAML

Convert TOML to YAML and back

New

YAML to TOML

Convert YAML to TOML configuration format

New

Number Base

Binary/hex/decimal

Unit Converter

Convert units

Markdown Table Generator

Visual editor to generate Markdown tables

New

HTML to Markdown

Convert HTML to clean Markdown

New

CSV to JSONL

Convert CSV to JSON Lines and back

New

CSV to Markdown Table

Convert CSV data to Markdown table format

New

JSON to Query String

Convert JSON to URL query string and back

New

JSON to HCL

Convert JSON to Terraform HCL and back

New

YAML to Terraform

Convert YAML to Terraform variables.tf and terraform.tfvars

New

JSON to Avro Schema

Generate Avro schema from JSON for Kafka and Hadoop

New

JSON to CUE

Generate CUE constraint definitions from JSON for validation

New

JSON to Protobuf

Generate proto3 schema from JSON for gRPC and microservices

New

Protobuf to TypeScript

Convert Protocol Buffer .proto definitions to TypeScript interfaces and types with proper type mapping, nested messages, and enums

New

JSON to FlatBuffers Schema

Convert JSON data to FlatBuffers .fbs schema definitions with tables, structs, enums, and nested types

New

JSON to Thrift Struct

Convert JSON data to Apache Thrift IDL struct definitions with proper type mapping, nested structs, and optional fields

New

JSON to Python

Generate Python dataclass, Pydantic, or TypedDict from JSON

New

SQL to TypeScript

Convert SQL CREATE TABLE to TypeScript interfaces

New

JSON to BigQuery Schema

Generate BigQuery table schema from JSON for Google Cloud

New

Drizzle Schema Generator

Generate Drizzle ORM tables from JSON — pgTable, serial IDs, $inferSelect

Popular

JSON to Prisma

Generate Prisma schema from JSON for Prisma ORM

New

JSON to Yup Schema

Generate Yup validation schema from JSON for React forms

New

JSON to Zod with Custom Validation

Generate Zod schemas with custom validation rules like .min(), .max(), .email(), .url()

New

SQL to Drizzle Schema

Convert SQL CREATE TABLE to Drizzle ORM schema definitions

New

SQL to TypeORM Entity

Convert SQL CREATE TABLE to TypeORM entity definitions

New

SQL to Kysely Types

Convert SQL CREATE TABLE to Kysely type-safe Database interface definitions

New

SQL to Prisma

Convert SQL CREATE TABLE to Prisma schema with models and relations

New

SQL to Prisma with Relations

Convert SQL CREATE TABLE to Prisma schema with automatic relation generation

New

SQL to Sequelize Model

Convert SQL CREATE TABLE to Sequelize model definitions

New

SQL to Knex Migration

Convert SQL CREATE TABLE to Knex migration files with up and down functions

New

SQL to Objection.js Model

Convert SQL CREATE TABLE to Objection.js ORM model classes with TypeScript types and JSON schema

New

SQL to Diesel Model

Convert SQL CREATE TABLE to Rust Diesel ORM model structs with derive macros and associations

New

SQL to Waterline Model

Convert SQL CREATE TABLE to Sails.js Waterline model definitions with type mapping, validations, and associations

New

SQL to Tortoise ORM Model

Convert SQL CREATE TABLE to Python Tortoise ORM async model classes with field mapping and Pydantic schemas

New

SQL to Exposed Table

Convert SQL CREATE TABLE to Kotlin Exposed ORM table object definitions with references and constraints

New

SQL to pg-promise Types

Convert SQL CREATE TABLE to TypeScript interfaces for pg-promise with Database schema and helper functions

New

SQL to Room Entity

Convert SQL CREATE TABLE to Android Room Entity Kotlin data classes with annotations, DAOs, and TypeConverters

New

SQL to Haskell Persistent

Convert SQL CREATE TABLE to Haskell Persistent entity definitions with type mapping, Maybe for nullable, and Yesod integration

New

SQL to SQLModel

Convert SQL CREATE TABLE to Python SQLModel classes with Pydantic validation and SQLAlchemy support

New

SQL to better-sqlite3 Types

Convert SQL CREATE TABLE to TypeScript interfaces for better-sqlite3 with Database schema and helper functions

New

SQL to MikroORM Entity

Convert SQL CREATE TABLE to MikroORM entity definitions

New

SQL to Mongoose Schema

Convert SQL CREATE TABLE to Mongoose schema definitions for MongoDB

New

SQL to GORM Model

Convert SQL CREATE TABLE to Go GORM model struct definitions

New

SQL to Ent Schema

Convert SQL CREATE TABLE to Go Ent schema definitions (entgo.io/ent)

New

SQL to MyBatis Mapper

Convert SQL CREATE TABLE to MyBatis XML mapper, Java Entity, and Mapper interface

New

SQL to jOOQ

Convert SQL CREATE TABLE to jOOQ Java code with Table and Field definitions

New

JSON to MessagePack

Encode JSON to MessagePack binary format and decode back

New

YAML to JSON Schema

Convert YAML configuration to JSON Schema for validation

New

JSON to GraphQL

Generate GraphQL schema definitions from JSON

New

YAML to Kubernetes

Convert YAML to Kubernetes Deployment, Service, and ConfigMap manifests

New

YAML to GitHub Actions

Generate GitHub Actions CI/CD workflows from YAML config

New

Regex to Code

Convert regex patterns to JavaScript, Python, Go, Java, and more

New

Cron to Quartz

Convert standard cron expressions to Quartz cron format

New

JSON to io-ts

Generate io-ts runtime type definitions from JSON

New

JSON to class-validator

Generate TypeScript classes with class-validator decorators

New

JSON to TypeBox

Generate TypeBox JSON Schema definitions from JSON

New

JSON to Valibot

Generate Valibot v1 validation schemas from JSON with type inference

New

JSON to Pydantic

Generate Pydantic v2 BaseModel classes from JSON with type inference

New

JSON to Pydantic with Validators

Generate Pydantic v2 BaseModel classes with Field constraints and @field_validator decorators

New

JSON to Java POJO

Generate Java POJO classes from JSON with Jackson annotations

New

TypeScript to JSON Schema

Convert TypeScript interfaces and types to JSON Schema for validation

New

OpenAPI to Axios Client

Generate TypeScript Axios client with typed interfaces from OpenAPI specs

New

OpenAPI to TypeScript SDK

Generate TypeScript SDK with fetch API and typed interfaces from OpenAPI specs

New

Swagger to Postman

Convert OpenAPI/Swagger specs to Postman Collection v2.1 format

New

GraphQL to Apollo Resolver

Generate Apollo Server resolvers from GraphQL schema SDL

New

GraphQL to TypeScript Resolver

Generate TypeScript resolver types and stubs from GraphQL schema SDL

New

JSON to Go Struct

Generate Go struct definitions from JSON with json tags and nested structs

New

JSON to Rust Serde

Generate Rust struct definitions with serde attributes from JSON

New

JSON to C Struct

Generate C struct definitions with typedef from JSON, supporting static/dynamic memory modes and json-c library integration

New

JSON to C++ Struct

Generate C++17 struct definitions from JSON with nlohmann/json serialization, std::optional, std::vector, and nested struct support

New

SQL to GraphQL Resolver

Convert SQL CREATE TABLE to GraphQL schema SDL and resolver stubs with CRUD operations

New

JSON to Elixir Struct

Generate Elixir defmodule with defstruct and @type t specifications from JSON

New

JSON to Ecto Schema

Generate Elixir Ecto schema definitions with changeset functions from JSON

New

JSON to R

Convert JSON to R list, data.frame, or tibble definitions with automatic type inference

New

JSON to Lua Table

Convert JSON to Lua table definitions with proper syntax, type mapping, and nested structure support

New

JSON to Pandas DataFrame

Generate Pandas DataFrame Python code with dtype specifications from JSON

New

JSON to TypeScript (Optional)

Generate TypeScript interfaces with optional fields and readonly modifiers from JSON

New

JSON to Crystal Struct

Generate Crystal struct definitions with property type annotations from JSON

New

JSON to Clojure Map

Convert JSON to Clojure defrecord definitions or map literals with keyword keys

New

JSON to Haskell Data Type

Generate Haskell data type definitions with automatic type inference from JSON

New

JSON to PureScript Type

Generate PureScript newtype and record definitions with Maybe types and nested record support from JSON

New

JSON to ReScript Type

Generate ReScript type definitions with option types and nested record support from JSON

New

JSON to F# Record

Generate F# record type definitions from JSON with automatic type inference

New

JSON to OCaml Type

Generate OCaml type definitions from JSON with automatic type inference

New

JSON to Gleam Type

Generate Gleam custom type definitions with proper type inference from JSON

New

JSON to PHP Class

Generate PHP classes with typed properties, constructors, and fromJson/toJson methods from JSON

New

JSON to Ruby Class

Generate Ruby classes with attr_accessor, Struct, ActiveModel, or Dry-Struct support from JSON

New

JSON to Perl Class

Generate Perl Moose or Moo class definitions with type constraints from JSON

New

JSON to Julia Struct

Generate Julia struct definitions from JSON with JSON3.jl and StructTypes.jl type annotations

New

JSON to Dart Class

Generate Dart classes with null safety, fromJson factory, toJson method, copyWith, and freezed support from JSON

New

JSON to Tailwind Config

Generate Tailwind CSS configuration from JSON design tokens with JS/TS output support

New

JSON to Effect Schema

Generate Effect Schema (@effect/schema) Schema.Struct definitions with type inference from JSON

New

JSON to Scala Play JSON

Generate Scala case classes with Play JSON Format or Circe Encoder/Decoder instances from JSON

New

JSON to Amazon Ion

Convert JSON data to Amazon Ion text format for AWS QLDB, DynamoDB, and Ion-based systems

New

JSON to Angular Service

Generate Angular TypeScript interfaces and Injectable service with HttpClient CRUD methods

New

SQL to Prisma Seed

Convert SQL INSERT statements to Prisma Client seed scripts in TypeScript

New

SQL to SQLAlchemy Model

Convert SQL CREATE TABLE to SQLAlchemy ORM model definitions with Column types and relationships

New

OpenAPI to Markdown

Convert OpenAPI/Swagger specifications to clean Markdown API documentation

New

JSON to LaTeX

Convert JSON data to LaTeX tables and description lists with special character escaping

New

JSON to Redis Commands

Convert JSON data to Redis CLI commands with smart type detection for SET, HSET, RPUSH, ZADD

New

JSON to GraphQL Query

Convert JSON data to GraphQL query or mutation strings with nested field selection

New

SQL to EF Core Entity

Convert SQL CREATE TABLE to Entity Framework Core C# entity classes with data annotations

New

OpenAPI to Python Client

Generate Python HTTP client classes from OpenAPI/Swagger specs using requests library

New

GraphQL to Apollo Hooks

Generate React Apollo hooks (useQuery, useMutation, useLazyQuery) from GraphQL schema SDL

New

JSON to Excel/CSV

Convert JSON arrays to CSV format with nested object flattening and Excel UTF-8 BOM support

New

YAML to Helm Chart

Convert Kubernetes YAML manifests to Helm chart templates with values extraction

New

SQL to Hasura Metadata

Convert SQL CREATE TABLE to Hasura GraphQL Engine metadata with relationships and permissions

New

GraphQL to Prisma Schema

Convert GraphQL schema SDL to Prisma schema with models, relations, and datasource config

New

Markdown to PDF

Convert Markdown to print-ready HTML with professional CSS and PDF export support

New

GraphQL Fragment Generator

Generate GraphQL fragments with scalar fields and nested fragment spreads from GraphQL schema SDL

New

JSON to Zig Struct

Generate Zig struct definitions from JSON with std.json and serde.zig support, optional types (?T), and nested structs

New

JSON to ArkTS Type

Generate ArkTS (HarmonyOS) interface or class definitions with reactive decorators from JSON

New

JSON to V Struct

Generate V language struct definitions with option types and json.decode support from JSON

New

JSON to Nim Type

Generate Nim object type definitions with JSON serialization and distinct types from JSON

New

JSON to C# Class

Generate C# classes with System.Text.Json attributes from JSON

New

JSON to Django Model

Generate Django model classes with field types and Meta options from JSON

New

JSON to Swift Codable

Generate Swift Codable structs with CodingKeys from JSON

New

JSON to Kotlin Data Class

Generate Kotlin data classes with kotlinx.serialization from JSON

New

JSON to Joi Schema

Generate Joi validation schemas from JSON for Node.js and Hapi

New

CSV to SQL

Convert CSV data to SQL INSERT statements with automatic type detection

New

SQL to sqlc Queries

Convert SQL CREATE TABLE to sqlc query annotations and Go type definitions

New

JSON to MobX State Tree

Generate MobX State Tree models with types and actions from JSON

New

Format Tools

Code beautifiers and formatters

Network & API

Network diagnostics and API tools

Image Tools

Image conversion, manipulation, and processing utilities

Frontend Tools

CSS generators and layout tools

Backend Tools

Server utilities and code generators

Other Tools

Miscellaneous utilities