---
title: "Convert CSV records to JSON"
description: "Use the header row as property names and produce an array of objects."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Convert CSV records to JSON

import RecipeDoc from "../../../../components/RecipeDoc.astro";

Source: https://help.serialize.dev/recipes/structured-data/csv-to-json/index.mdx
