Chapter III · Formatters & Code
Formatters & Code.
Formatteer, minimaliseer en converteer JSON, XML, YAML, CSV, SQL, regex — plus codegenerators, schema's, frameworks, DevOps en testen.
- Tools
- 122 tools
- Sections
- 10 sections
Offline
Formatteren & Minify13 tools
Gegevens converteren16 tools
JSON naar XML ConverterCSV naar JSON ConverterYAML naar JSON ConverterJSON naar Excel ConverterTOML ⇄ JSON OmzetterINI ⇄ JSON OmzetterSQL → NoSQL Schema OmzetterHex / Binair BestandseditorByte Array Hulpprogramma'sProtobuf PlaygroundMessagePack Encoder / DecoderApache Avro Schema ToolsCSV → JSON DatasetCSV Statistische AnalyzerONNX Model MetadataTensorFlow.js Model Loader
Codegeneratoren18 tools
JSON naar TypeScript InterfaceJSON naar C# KlasseJSON naar Java POJOJSON naar Python DataclassJSON naar Go StructJSON naar Kotlin Data ClassJSON naar JSON SchemaXML naar TypeScript InterfaceJSON naar Rust StructJSON naar PHP Klasse / DTOJSON naar C++ StructJSON naar Swift CodableJSON naar Dart / Flutter ModelJSON naar C# RecordJSON naar Scala Case ClassJSON naar Elixir StructJSON naar Haskell Data TypeCSV naar SQL INSERT Statements
Frameworks & UI16 tools
JSON naar React Hook Form + ZodJSON naar Next.js Server ActionJSON naar Prisma Schema ModelJSON naar Drizzle ORM SchemaJSON naar TypeORM EntityJSON naar Mongoose Schema + ModelJSON naar tRPC RouterJSON naar GraphQL Type + ResolverTailwind Config GeneratorReact Component GeneratorCSS → Tailwind JIT Convertershadcn/ui Component GeneratorNext.js App Router Pagina GeneratorSvelteKit Component + Pagina GeneratorVue 3 + Pinia Store GeneratorStorybook Story Generator
Schema & API9 tools
Database5 tools
DevOps & Build11 tools
Testen5 tools
Tekst & Regex20 tools
Regex-testerHoofdletterconvertorTekstverschilcontroleWoord- & TekentellerRegels SorterenDubbele Regels VerwijderenTekst OmkerenZoeken & VervangenHTML naar MarkdownTeken TellerSpaties VerwijderenAI ParafraseerderTekstherhalerRegelafbreking-converterBinair ⇄ Tekst ConverterLeesbaarheidsscoreSentiment AnalyseKeyword Dichtheid AnalyzerPlagiaat Checker (lokaal)Regex Playground
From the blog
Reading on this topic.
csv
CSV parsing is harder than you think (and why `split(',')` isn't enough)
Quoted fields, escaped quotes, embedded newlines, UTF-8 BOMs, Excel's opinions. A tour of every CSV footgun and the libraries that handle them.
json
NaN, null and undefined in JSON: what serialises to what
JSON has null. JavaScript has null, undefined and NaN. Python has None. This is the table of what survives each conversion — and the traps everyone hits.
5 min read
How to convert JSON to YAML (and back) without breaking things
JSON ↔ YAML looks simple until you hit anchors, multi-line strings, booleans that aren't booleans, and the Norway problem.
End of Chapter III
Next · Chapter IVEncoders & Crypto