Hi @Pat Colan ,
Per my research, you could use the following JSON codes.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField"
}
From this article Use column formatting to customize SharePoint: Just like number, text, and date fields, choice column formatting is one that places the value of the field inside a <div /> element.
Update:
Per my test, i didn't find out how to get all choice field with JSON. I suggest you create a flow as a workaround.
My test flow:
My test result:
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.