Convertisseur JSON → Markdown → HTML

Transformez vos données JSON en Markdown formaté et prévisualisez le rendu HTML final

Entrée JSON

Sortie & Prévisualisation

Exemple de JSON

{
  "title": "Mon Document",
  "author": {
    "name": "Jean Dupont",
    "email": "jean@example.com"
  },
  "sections": [
    {
      "title": "Introduction",
      "content": "Ceci est une introduction..."
    },
    {
      "title": "Conclusion",
      "content": "En conclusion..."
    }
  ],
  "metadata": {
    "creationDate": "2025-01-12",
    "version": "1.0"
  }
}