slang
slang copied to clipboard
Enum with csv ?
Hi,
How can we write the following with css format ? { "greet(context=GenderContext, param=gender)": { "male": "Hello Mr", "female": "Hello Ms" } }
Is there a way to use Enum with csv, or limited to json ?
Thanks :)