Text & Content
Remove Duplicate Lines
Delete repeated lines while keeping first occurrences.
Examples
Input
{
"text": "Apple\nBanana\nApple"
}
Text & Content
Delete repeated lines while keeping first occurrences.
{
"text": "Apple\nBanana\nApple"
}