Best input format for enumerated items, plain text or JSON or?

Hi, I have a list of 2500 items that I want gpt-4 to analyze and put them in different buckets. I am using LangChain as the middleware. My question is regarding the best way for formatting these 2500 items. Should I use plain text or JSON or other format such that gpt-4o can best understand them?