List to JSON Converter

Convert text lists to JSON arrays or objects.

Lists become JSON

Separator:
List Input

Fruits list → Simple JSON array

JSON Output

Output Formats

Array

["Apple", "Banana", ...]

Object

{"item_1": "Apple", ...}

Array of Objects

[{"id": 1, "item": "Apple"}, ...]