Skip to main content
{ }
The JSON Converter
Categories
▾
Format & validation
9
Conversion
15
Transform
5
Code generation
11
Encoding
12
Text
10
Crypto & hashing
7
Query
1
JSON Schema
2
XML
10
Excel
5
Date & Time
5
Unit Converters
8
Calculators
1
Tools
Articles
About
Contact
Ctrl
K
Language
English
Español
Français
Deutsch
Português
العربية
Svenska
中文
हिन्दी
日本語
한국어
Русский
Türkçe
বাংলা
Bahasa Indonesia
اردو
Tiếng Việt
☾
☰
JSON Converter
Articles
Guides and explainers for the tools on this site.
{ }
Concepts
Base64 encoding, explained simply
What Base64 is, why it exists, when to use it, and why it is not encryption.
#encoding
#base64
What is JSON Schema, and why validate?
JSON Schema describes the shape your JSON should take. Learn what it is, how validation helps, and how to generate a schema from a sample.
#json
#json-schema
#validation
{ }
Guides
How to convert JSON to CSV (and when you shouldn’t)
A practical guide to turning a JSON array of objects into CSV, how nested data is handled, and the edge cases that trip people up.
#json
#csv
#conversion